AWS SDK for Kotlin
Toggle table of contents
1.4.123
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
redshift
/
aws.sdk.kotlin.services.redshift.model
/
TableRestoreStatusType
Table
Restore
Status
Type
sealed
class
TableRestoreStatusType
Inheritors
Canceled
Failed
InProgress
Pending
Succeeded
SdkUnknown
Members
Types
Canceled
Link copied to clipboard
object
Canceled
:
TableRestoreStatusType
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
TableRestoreStatusType
In
Progress
Link copied to clipboard
object
InProgress
:
TableRestoreStatusType
Pending
Link copied to clipboard
object
Pending
:
TableRestoreStatusType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TableRestoreStatusType
Succeeded
Link copied to clipboard
object
Succeeded
:
TableRestoreStatusType
Properties
value
Link copied to clipboard
abstract
val
value
:
String