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