Class: Aws::DynamoDB::Types::CreateGlobalTableInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#global_table_nameString

The global table name.

Returns:

  • (String)


1750
1751
1752
1753
1754
1755
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 1750

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

#replication_groupArray<Types::Replica>

The Regions where the global table needs to be created.

Returns:



1750
1751
1752
1753
1754
1755
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 1750

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