Class: Aws::RedshiftServerless::Types::GetTableRestoreStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::GetTableRestoreStatusResponse
- Defined in:
- gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#table_restore_status ⇒ Types::TableRestoreStatus
The returned
TableRestoreStatus
object that contains information about the status of yourRestoreTableFromSnapshot
request.
Instance Attribute Details
#table_restore_status ⇒ Types::TableRestoreStatus
The returned TableRestoreStatus
object that contains information
about the status of your RestoreTableFromSnapshot
request.
870 871 872 873 874 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 870 class GetTableRestoreStatusResponse < Struct.new( :table_restore_status) SENSITIVE = [] include Aws::Structure end |