toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
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