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