Class: Aws::DynamoDB::Types::CreateReplicaAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::CreateReplicaAction
- Includes:
- Structure
- Defined in:
- 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.
1783 1784 1785 1786 1787 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 1783 class CreateReplicaAction < Struct.new( :region_name) SENSITIVE = [] include Aws::Structure end |