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
/
SecondaryNetworkCidrBlockAssociationState
Secondary
Network
Cidr
Block
Association
State
sealed
class
SecondaryNetworkCidrBlockAssociationState
Inheritors
Associated
Associating
AssociationFailed
Disassociated
Disassociating
DisassociationFailed
SdkUnknown
Members
Types
Associated
Link copied to clipboard
object
Associated
:
SecondaryNetworkCidrBlockAssociationState
Associating
Link copied to clipboard
object
Associating
:
SecondaryNetworkCidrBlockAssociationState
Association
Failed
Link copied to clipboard
object
AssociationFailed
:
SecondaryNetworkCidrBlockAssociationState
Companion
Link copied to clipboard
object
Companion
Disassociated
Link copied to clipboard
object
Disassociated
:
SecondaryNetworkCidrBlockAssociationState
Disassociating
Link copied to clipboard
object
Disassociating
:
SecondaryNetworkCidrBlockAssociationState
Disassociation
Failed
Link copied to clipboard
object
DisassociationFailed
:
SecondaryNetworkCidrBlockAssociationState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SecondaryNetworkCidrBlockAssociationState
Properties
value
Link copied to clipboard
abstract
val
value
:
String