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

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

Overview

Represents the properties of a global table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#global_table_nameString

The global table name.

Returns:

  • (String)


4347
4348
4349
4350
4351
4352
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4347

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

#replication_groupArray<Types::Replica>

The Regions where the global table has replicas.

Returns:



4347
4348
4349
4350
4351
4352
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4347

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