AWS SDK for Kotlin
Toggle table of contents
1.5.2
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
networkmanager
/
aws.sdk.kotlin.services.networkmanager.model
/
CustomerGatewayAssociationState
Customer
Gateway
Association
State
sealed
class
CustomerGatewayAssociationState
Inheritors
Available
Deleted
Deleting
Pending
SdkUnknown
Members
Types
Available
Link copied to clipboard
object
Available
:
CustomerGatewayAssociationState
Companion
Link copied to clipboard
object
Companion
Deleted
Link copied to clipboard
object
Deleted
:
CustomerGatewayAssociationState
Deleting
Link copied to clipboard
object
Deleting
:
CustomerGatewayAssociationState
Pending
Link copied to clipboard
object
Pending
:
CustomerGatewayAssociationState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CustomerGatewayAssociationState
Properties
value
Link copied to clipboard
abstract
val
value
:
String