toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
networkmanager
/
aws.sdk.kotlin.services.networkmanager.model
/
TransitGatewayConnectPeerAssociationState
Transit
Gateway
Connect
Peer
Association
State
sealed
class
TransitGatewayConnectPeerAssociationState
Inheritors
Available
Deleted
Deleting
Pending
SdkUnknown
Members
Types
Available
Link copied to clipboard
object
Available
:
TransitGatewayConnectPeerAssociationState
Companion
Link copied to clipboard
object
Companion
Deleted
Link copied to clipboard
object
Deleted
:
TransitGatewayConnectPeerAssociationState
Deleting
Link copied to clipboard
object
Deleting
:
TransitGatewayConnectPeerAssociationState
Pending
Link copied to clipboard
object
Pending
:
TransitGatewayConnectPeerAssociationState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TransitGatewayConnectPeerAssociationState
Properties
value
Link copied to clipboard
abstract
val
value
:
String