Method: Aws::DynamoDB::Types::GlobalTable#replication_group
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
#replication_group ⇒ Array<Types::Replica>
The Regions where the global table has replicas.
4529 4530 4531 4532 4533 4534 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4529 class GlobalTable < Struct.new( :global_table_name, :replication_group) SENSITIVE = [] include Aws::Structure end |