class Aws::DynamoDB::Types::ReplicaUpdate

Represents one of the following:

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

data as a hash:

    {
      create: {
        region_name: "RegionName", # required
      },
      delete: {
        region_name: "RegionName", # required
      },
    }

@!attribute [rw] create

The parameters required for creating a replica on an existing global
table.
@return [Types::CreateReplicaAction]

@!attribute [rw] delete

The name of the existing replica to be removed.
@return [Types::DeleteReplicaAction]

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

Constants

SENSITIVE