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
- Struct
- Aws::DynamoDB::Types::ReplicaUpdate
- 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
-
#create ⇒ Types::CreateReplicaAction
The parameters required for creating a replica on an existing global table.
-
#delete ⇒ Types::DeleteReplicaAction
The name of the existing replica to be removed.
Instance Attribute Details
#create ⇒ Types::CreateReplicaAction
The parameters required for creating a replica on an existing global table.
#delete ⇒ Types::DeleteReplicaAction
The name of the existing replica to be removed.