AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
keyspaces
/
aws.sdk.kotlin.services.keyspaces.model
/
CdcStatus
Cdc
Status
sealed
class
CdcStatus
Inheritors
Disabled
Disabling
Enabled
Enabling
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Disabled
Link copied to clipboard
object
Disabled
:
CdcStatus
Disabling
Link copied to clipboard
object
Disabling
:
CdcStatus
Enabled
Link copied to clipboard
object
Enabled
:
CdcStatus
Enabling
Link copied to clipboard
object
Enabling
:
CdcStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CdcStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String