Class: Aws::DynamoDB::Types::CreateReplicaAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::CreateReplicaAction
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
Overview
Represents a replica to be added.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#region_name ⇒ String
The Region of the replica to be added.
Instance Attribute Details
#region_name ⇒ String
The Region of the replica to be added.
1784 1785 1786 1787 1788 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 1784 class CreateReplicaAction < Struct.new( :region_name) SENSITIVE = [] include Aws::Structure end |