toggle menu
AWS SDK for Kotlin
1.4.90
common
switch theme
Skip to Main Content
ec2
/
aws.sdk.kotlin.services.ec2.model
/
TransitGatewayAssociationState
Transit
Gateway
Association
State
sealed
class
TransitGatewayAssociationState
Inheritors
Associated
Associating
Disassociated
Disassociating
SdkUnknown
Members
Types
Associated
Link copied to clipboard
object
Associated
:
TransitGatewayAssociationState
Associating
Link copied to clipboard
object
Associating
:
TransitGatewayAssociationState
Companion
Link copied to clipboard
object
Companion
Disassociated
Link copied to clipboard
object
Disassociated
:
TransitGatewayAssociationState
Disassociating
Link copied to clipboard
object
Disassociating
:
TransitGatewayAssociationState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TransitGatewayAssociationState
Properties
value
Link copied to clipboard
abstract
val
value
:
String