Class: Aws::DynamoDB::Types::UpdateTableOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DynamoDB::Types::UpdateTableOutput
 
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
Overview
Represents the output of an UpdateTable 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.
| 10905 10906 10907 10908 10909 | # File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 10905 class UpdateTableOutput < Struct.new( :table_description) SENSITIVE = [] include Aws::Structure end |