toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
keyspaces
/
aws.sdk.kotlin.services.keyspaces.model
/
TableStatus
Table
Status
sealed
class
TableStatus
Inheritors
Active
Creating
Deleted
Deleting
InaccessibleEncryptionCredentials
Restoring
Updating
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
TableStatus
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
TableStatus
Deleted
Link copied to clipboard
object
Deleted
:
TableStatus
Deleting
Link copied to clipboard
object
Deleting
:
TableStatus
Inaccessible
Encryption
Credentials
Link copied to clipboard
object
InaccessibleEncryptionCredentials
:
TableStatus
Restoring
Link copied to clipboard
object
Restoring
:
TableStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TableStatus
Updating
Link copied to clipboard
object
Updating
:
TableStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String