toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
cloudwatchevents
/
aws.sdk.kotlin.services.cloudwatchevents.model
/
ConnectionState
Connection
State
sealed
class
ConnectionState
Inheritors
Authorized
Authorizing
Creating
Deauthorized
Deauthorizing
Deleting
Updating
SdkUnknown
Members
Types
Authorized
Link copied to clipboard
object
Authorized
:
ConnectionState
Authorizing
Link copied to clipboard
object
Authorizing
:
ConnectionState
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
ConnectionState
Deauthorized
Link copied to clipboard
object
Deauthorized
:
ConnectionState
Deauthorizing
Link copied to clipboard
object
Deauthorizing
:
ConnectionState
Deleting
Link copied to clipboard
object
Deleting
:
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