Class: Aws::DynamoDB::Types::UpdateGlobalTableInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


9546
9547
9548
9549
9550
9551
# File 'lib/aws-sdk-dynamodb/types.rb', line 9546

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

#replica_updatesArray<Types::ReplicaUpdate>

A list of Regions that should be added or removed from the global table.

Returns:



9546
9547
9548
9549
9550
9551
# File 'lib/aws-sdk-dynamodb/types.rb', line 9546

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