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