Class: Aws::DynamoDB::Types::Replica
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::Replica
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Represents the properties of a replica.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#region_name ⇒ String
The Region where the replica needs to be created.
Instance Attribute Details
#region_name ⇒ String
The Region where the replica needs to be created.
7000 7001 7002 7003 7004 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 7000 class Replica < Struct.new( :region_name) SENSITIVE = [] include Aws::Structure end |