Class: Aws::DynamoDB::Types::GlobalTable
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::GlobalTable
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Represents the properties of a global table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global_table_name ⇒ String
The global table name.
-
#replication_group ⇒ Array<Types::Replica>
The Regions where the global table has replicas.
Instance Attribute Details
#global_table_name ⇒ String
The global table name.
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 |
#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 |