AWS SDK for Kotlin
Toggle table of contents
1.6.62
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
evs
/
aws.sdk.kotlin.services.evs.model
/
ConnectorState
Connector
State
sealed
class
ConnectorState
Inheritors
Active
CreateFailed
Creating
Deleted
Deleting
UpdateFailed
Updating
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
ConnectorState
Companion
Link copied to clipboard
object
Companion
Create
Failed
Link copied to clipboard
object
CreateFailed
:
ConnectorState
Creating
Link copied to clipboard
object
Creating
:
ConnectorState
Deleted
Link copied to clipboard
object
Deleted
:
ConnectorState
Deleting
Link copied to clipboard
object
Deleting
:
ConnectorState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ConnectorState
Update
Failed
Link copied to clipboard
object
UpdateFailed
:
ConnectorState
Updating
Link copied to clipboard
object
Updating
:
ConnectorState
Properties
value
Link copied to clipboard
abstract
val
value
:
String