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
/
ConnectPeerState
Connect
Peer
State
sealed
class
ConnectPeerState
Inheritors
Available
Creating
Deleting
Failed
SdkUnknown
Members
Types
Available
Link copied to clipboard
object
Available
:
ConnectPeerState
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
ConnectPeerState
Deleting
Link copied to clipboard
object
Deleting
:
ConnectPeerState
Failed
Link copied to clipboard
object
Failed
:
ConnectPeerState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ConnectPeerState
Properties
value
Link copied to clipboard
abstract
val
value
:
String