class Aws::DynamoDB::Types::UpdateGlobalTableInput

@note When making an API call, you may pass UpdateGlobalTableInput

data as a hash:

    {
      global_table_name: "TableName", # required
      replica_updates: [ # required
        {
          create: {
            region_name: "RegionName", # required
          },
          delete: {
            region_name: "RegionName", # required
          },
        },
      ],
    }

@!attribute [rw] global_table_name

The global table name.
@return [String]

@!attribute [rw] replica_updates

A list of Regions that should be added or removed from the global
table.
@return [Array<Types::ReplicaUpdate>]

@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/UpdateGlobalTableInput AWS API Documentation

Constants

SENSITIVE