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
/
TypeStatus
Type
Status
sealed
class
TypeStatus
Inheritors
Active
Creating
Deleting
Restoring
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
TypeStatus
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
TypeStatus
Deleting
Link copied to clipboard
object
Deleting
:
TypeStatus
Restoring
Link copied to clipboard
object
Restoring
:
TypeStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TypeStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String