Class: Aws::DynamoDB::Types::Replica
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::Replica
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Note:
When making an API call, you may pass Replica data as a hash:
{
region_name: "RegionName",
}
Represents the properties of a replica.
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.
5373 5374 5375 5376 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5373 class Replica < Struct.new( :region_name) include Aws::Structure end |