AWS SDK for Kotlin
Toggle table of contents
1.4.123
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
directconnect
/
aws.sdk.kotlin.services.directconnect.model
/
DirectConnectGatewayAttachmentState
Direct
Connect
Gateway
Attachment
State
sealed
class
DirectConnectGatewayAttachmentState
Inheritors
Attached
Attaching
Detached
Detaching
SdkUnknown
Members
Types
Attached
Link copied to clipboard
object
Attached
:
DirectConnectGatewayAttachmentState
Attaching
Link copied to clipboard
object
Attaching
:
DirectConnectGatewayAttachmentState
Companion
Link copied to clipboard
object
Companion
Detached
Link copied to clipboard
object
Detached
:
DirectConnectGatewayAttachmentState
Detaching
Link copied to clipboard
object
Detaching
:
DirectConnectGatewayAttachmentState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DirectConnectGatewayAttachmentState
Properties
value
Link copied to clipboard
abstract
val
value
:
String