AWS SDK for Kotlin
Toggle table of contents
1.4.124
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
keyspaces
/
aws.sdk.kotlin.services.keyspaces.model
/
KeyspaceStatus
Keyspace
Status
sealed
class
KeyspaceStatus
Inheritors
Active
Creating
Deleting
Updating
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
KeyspaceStatus
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
KeyspaceStatus
Deleting
Link copied to clipboard
object
Deleting
:
KeyspaceStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
KeyspaceStatus
Updating
Link copied to clipboard
object
Updating
:
KeyspaceStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String