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