Class: Aws::DynamoDB::Types::DescribeGlobalTableSettingsInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DynamoDB::Types::DescribeGlobalTableSettingsInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-dynamodb/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #global_table_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the global table to describe.
 
Instance Attribute Details
#global_table_name ⇒ String
The name of the global table to describe.
      2829 2830 2831 2832 2833  | 
    
      # File 'lib/aws-sdk-dynamodb/types.rb', line 2829 class DescribeGlobalTableSettingsInput < Struct.new( :global_table_name) SENSITIVE = [] include Aws::Structure end  |