AWS SDK for Kotlin
Toggle table of contents
1.4.124
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
directconnect
/
aws.sdk.kotlin.services.directconnect.model
/
DirectConnectGatewayAssociationState
Direct
Connect
Gateway
Association
State
sealed
class
DirectConnectGatewayAssociationState
Inheritors
Associated
Associating
Disassociated
Disassociating
Updating
SdkUnknown
Members
Types
Associated
Link copied to clipboard
object
Associated
:
DirectConnectGatewayAssociationState
Associating
Link copied to clipboard
object
Associating
:
DirectConnectGatewayAssociationState
Companion
Link copied to clipboard
object
Companion
Disassociated
Link copied to clipboard
object
Disassociated
:
DirectConnectGatewayAssociationState
Disassociating
Link copied to clipboard
object
Disassociating
:
DirectConnectGatewayAssociationState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DirectConnectGatewayAssociationState
Updating
Link copied to clipboard
object
Updating
:
DirectConnectGatewayAssociationState
Properties
value
Link copied to clipboard
abstract
val
value
:
String