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.
1749 1750 1751 1752 1753 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 1749 class CreateReplicaAction < Struct.new( :region_name) SENSITIVE = [] include Aws::Structure end |