Class: Aws::DynamoDB::Types::Replica

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#region_nameString

The region where the replica needs to be created.

Returns:

  • (String)


5373
5374
5375
5376
# File 'lib/aws-sdk-dynamodb/types.rb', line 5373

class Replica < Struct.new(
  :region_name)
  include Aws::Structure
end