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
/
ConnectionState
Connection
State
sealed
class
ConnectionState
Inheritors
Available
Deleting
Pending
Updating
SdkUnknown
Members
Types
Available
Link copied to clipboard
object
Available
:
ConnectionState
Companion
Link copied to clipboard
object
Companion
Deleting
Link copied to clipboard
object
Deleting
:
ConnectionState
Pending
Link copied to clipboard
object
Pending
:
ConnectionState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ConnectionState
Updating
Link copied to clipboard
object
Updating
:
ConnectionState
Properties
value
Link copied to clipboard
abstract
val
value
:
String