Class: Aws::Redshift::Types::TableRestoreStatusMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::TableRestoreStatusMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
A pagination token that can be used in a subsequent DescribeTableRestoreStatus request.
-
#table_restore_status_details ⇒ Array<Types::TableRestoreStatus>
A list of status details for one or more table restore requests.
Instance Attribute Details
#marker ⇒ String
A pagination token that can be used in a subsequent DescribeTableRestoreStatus request.
12097 12098 12099 12100 12101 12102 |
# File 'lib/aws-sdk-redshift/types.rb', line 12097 class TableRestoreStatusMessage < Struct.new( :table_restore_status_details, :marker) SENSITIVE = [] include Aws::Structure end |
#table_restore_status_details ⇒ Array<Types::TableRestoreStatus>
A list of status details for one or more table restore requests.
12097 12098 12099 12100 12101 12102 |
# File 'lib/aws-sdk-redshift/types.rb', line 12097 class TableRestoreStatusMessage < Struct.new( :table_restore_status_details, :marker) SENSITIVE = [] include Aws::Structure end |