AWS SDK for Kotlin
Toggle table of contents
1.4.124
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
directconnect
/
aws.sdk.kotlin.services.directconnect.model
/
DirectConnectGatewayAssociationProposalState
Direct
Connect
Gateway
Association
Proposal
State
sealed
class
DirectConnectGatewayAssociationProposalState
Inheritors
Accepted
Deleted
Requested
SdkUnknown
Members
Types
Accepted
Link copied to clipboard
object
Accepted
:
DirectConnectGatewayAssociationProposalState
Companion
Link copied to clipboard
object
Companion
Deleted
Link copied to clipboard
object
Deleted
:
DirectConnectGatewayAssociationProposalState
Requested
Link copied to clipboard
object
Requested
:
DirectConnectGatewayAssociationProposalState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DirectConnectGatewayAssociationProposalState
Properties
value
Link copied to clipboard
abstract
val
value
:
String