Class: Aws::RedshiftServerless::Types::RestoreTableFromRecoveryPointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::RestoreTableFromRecoveryPointResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#table_restore_status ⇒ Types::TableRestoreStatus
Contains information about a table restore request.
Instance Attribute Details
#table_restore_status ⇒ Types::TableRestoreStatus
Contains information about a table restore request.
2519 2520 2521 2522 2523 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2519 class RestoreTableFromRecoveryPointResponse < Struct.new( :table_restore_status) SENSITIVE = [] include Aws::Structure end |