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
/
DirectConnectGatewayState
Direct
Connect
Gateway
State
sealed
class
DirectConnectGatewayState
Inheritors
Available
Deleted
Deleting
Pending
SdkUnknown
Members
Types
Available
Link copied to clipboard
object
Available
:
DirectConnectGatewayState
Companion
Link copied to clipboard
object
Companion
Deleted
Link copied to clipboard
object
Deleted
:
DirectConnectGatewayState
Deleting
Link copied to clipboard
object
Deleting
:
DirectConnectGatewayState
Pending
Link copied to clipboard
object
Pending
:
DirectConnectGatewayState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DirectConnectGatewayState
Properties
value
Link copied to clipboard
abstract
val
value
:
String