toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
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