Class: Aws::DynamoDB::Types::DeleteTableOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DynamoDB::Types::DeleteTableOutput
 
 
- Defined in:
 - gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
 
Overview
Represents the output of a DeleteTable operation.
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.
      2692 2693 2694 2695 2696  | 
    
      # File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2692 class DeleteTableOutput < Struct.new( :table_description) SENSITIVE = [] include Aws::Structure end  |