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.
4395 4396 4397 4398 4399 4400 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4395 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.
4395 4396 4397 4398 4399 4400 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4395 class GlobalTable < Struct.new( :global_table_name, :replication_group) SENSITIVE = [] include Aws::Structure end |