Class: Aws::DynamoDB::Types::UpdateGlobalTableSettingsOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DynamoDB::Types::UpdateGlobalTableSettingsOutput
 
- Defined in:
- gems/aws-sdk-dynamodb/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. 
- 
  
    
      #replica_settings  ⇒ Array<Types::ReplicaSettingsDescription> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Region-specific settings for the global table. 
Instance Attribute Details
#global_table_name ⇒ String
The name of the global table.
| 10214 10215 10216 10217 10218 10219 | # File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 10214 class UpdateGlobalTableSettingsOutput < Struct.new( :global_table_name, :replica_settings) SENSITIVE = [] include Aws::Structure end | 
#replica_settings ⇒ Array<Types::ReplicaSettingsDescription>
The Region-specific settings for the global table.
| 10214 10215 10216 10217 10218 10219 | # File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 10214 class UpdateGlobalTableSettingsOutput < Struct.new( :global_table_name, :replica_settings) SENSITIVE = [] include Aws::Structure end |