Class: Aws::DynamoDB::Types::DescribeGlobalTableOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DynamoDB::Types::DescribeGlobalTableOutput
 
 
- Defined in:
 - gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #global_table_description  ⇒ Types::GlobalTableDescription 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains the details of the global table.
 
Instance Attribute Details
#global_table_description ⇒ Types::GlobalTableDescription
Contains the details of the global table.
      2889 2890 2891 2892 2893  | 
    
      # File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2889 class DescribeGlobalTableOutput < Struct.new( :global_table_description) SENSITIVE = [] include Aws::Structure end  |