Class: Aws::DynamoDB::Types::GlobalTable

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

Represents the properties of a global table.

Instance Attribute Summary collapse

Instance Attribute Details

#global_table_nameString

The global table name.

Returns:

  • (String)


3521
3522
3523
3524
3525
# File 'lib/aws-sdk-dynamodb/types.rb', line 3521

class GlobalTable < Struct.new(
  :global_table_name,
  :replication_group)
  include Aws::Structure
end

#replication_groupArray<Types::Replica>

The regions where the global table has replicas.

Returns:



3521
3522
3523
3524
3525
# File 'lib/aws-sdk-dynamodb/types.rb', line 3521

class GlobalTable < Struct.new(
  :global_table_name,
  :replication_group)
  include Aws::Structure
end