AWS SDK for Kotlin
Toggle table of contents
1.6.62
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ec2
/
aws.sdk.kotlin.services.ec2.model
/
SecondarySubnetCidrBlockAssociationState
Secondary
Subnet
Cidr
Block
Association
State
sealed
class
SecondarySubnetCidrBlockAssociationState
Inheritors
Associated
Associating
AssociationFailed
Disassociated
Disassociating
DisassociationFailed
SdkUnknown
Members
Types
Associated
Link copied to clipboard
object
Associated
:
SecondarySubnetCidrBlockAssociationState
Associating
Link copied to clipboard
object
Associating
:
SecondarySubnetCidrBlockAssociationState
Association
Failed
Link copied to clipboard
object
AssociationFailed
:
SecondarySubnetCidrBlockAssociationState
Companion
Link copied to clipboard
object
Companion
Disassociated
Link copied to clipboard
object
Disassociated
:
SecondarySubnetCidrBlockAssociationState
Disassociating
Link copied to clipboard
object
Disassociating
:
SecondarySubnetCidrBlockAssociationState
Disassociation
Failed
Link copied to clipboard
object
DisassociationFailed
:
SecondarySubnetCidrBlockAssociationState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SecondarySubnetCidrBlockAssociationState
Properties
value
Link copied to clipboard
abstract
val
value
:
String