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.
4440 4441 4442 4443 4444 4445 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4440 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.
4440 4441 4442 4443 4444 4445 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4440 class GlobalTable < Struct.new( :global_table_name, :replication_group) SENSITIVE = [] include Aws::Structure end |