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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#region_nameString

The Region where the replica needs to be created.

Returns:

  • (String)


6948
6949
6950
6951
6952
# File 'lib/aws-sdk-dynamodb/types.rb', line 6948

class Replica < Struct.new(
  :region_name)
  SENSITIVE = []
  include Aws::Structure
end