Class: Aws::DynamoDB::Types::CreateTableOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DynamoDB::Types::CreateTableOutput
 
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
Overview
Represents the output of a CreateTable operation.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #table_description  ⇒ Types::TableDescription 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Represents the properties of the table. 
Instance Attribute Details
#table_description ⇒ Types::TableDescription
Represents the properties of the table.
| 2170 2171 2172 2173 2174 | # File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2170 class CreateTableOutput < Struct.new( :table_description) SENSITIVE = [] include Aws::Structure end |