Class: Aws::DynamoDB::Types::RestoreTableToPointInTimeOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DynamoDB::Types::RestoreTableToPointInTimeOutput
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #table_description  ⇒ Types::TableDescription 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Represents the properties of a table. 
Instance Attribute Details
#table_description ⇒ Types::TableDescription
Represents the properties of a table.
| 7866 7867 7868 7869 7870 | # File 'lib/aws-sdk-dynamodb/types.rb', line 7866 class RestoreTableToPointInTimeOutput < Struct.new( :table_description) SENSITIVE = [] include Aws::Structure end |