You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DynamoDB::Types::CreateGlobalTableInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DynamoDB::Types::CreateGlobalTableInput
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
  When passing CreateGlobalTableInput as input to an Aws::Client method, you can use a vanilla Hash:
{
  global_table_name: "TableName", # required
  replication_group: [ # required
    {
      region_name: "RegionName",
    },
  ],
}
Instance Attribute Summary collapse
- 
  
    
      #global_table_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The global table name. 
- 
  
    
      #replication_group  ⇒ Array<Types::Replica> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Regions where the global table needs to be created. 
Instance Attribute Details
#global_table_name ⇒ String
The global table name.
#replication_group ⇒ Array<Types::Replica>
The Regions where the global table needs to be created.