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

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

Instance Attribute Details

#region_nameString

The Region where the replica needs to be created.

Returns:

  • (String)


6994
6995
6996
6997
6998
# File 'lib/aws-sdk-dynamodb/types.rb', line 6994

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