You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DynamoDB::Types::ReplicaUpdate

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ReplicaUpdate as input to an Aws::Client method, you can use a vanilla Hash:

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

Represents one of the following:

  • A new replica to be added to an existing global table.

  • New parameters for an existing replica.

  • An existing replica to be removed from an existing global table.

Instance Attribute Summary collapse

Instance Attribute Details

#createTypes::CreateReplicaAction

The parameters required for creating a replica on an existing global table.

Returns:

#deleteTypes::DeleteReplicaAction

The name of the existing replica to be removed.

Returns: