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