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.
      11778 11779 11780 11781 11782 11783  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 11778 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.
      11778 11779 11780 11781 11782 11783  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 11778 class TableRestoreStatusMessage < Struct.new( :table_restore_status_details, :marker) SENSITIVE = [] include Aws::Structure end  |