Class DeleteReplicaAction
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Represents a replica to be removed.
public class DeleteReplicaAction
- Inheritance
-
DeleteReplicaAction
- Inherited Members
Constructors
DeleteReplicaAction()
public DeleteReplicaAction()
Properties
RegionName
Gets and sets the property RegionName.
The Region of the replica to be removed.
public string RegionName { get; set; }