AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ssmsap
/
aws.sdk.kotlin.services.ssmsap.model
/
AllocationType
Allocation
Type
sealed
class
AllocationType
Inheritors
ElasticIp
Overlay
Unknown
VpcSubnet
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Elastic
Ip
Link copied to clipboard
object
ElasticIp
:
AllocationType
Overlay
Link copied to clipboard
object
Overlay
:
AllocationType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AllocationType
Unknown
Link copied to clipboard
object
Unknown
:
AllocationType
Vpc
Subnet
Link copied to clipboard
object
VpcSubnet
:
AllocationType
Properties
value
Link copied to clipboard
abstract
val
value
:
String