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)


7045
7046
7047
7048
7049
# File 'lib/aws-sdk-dynamodb/types.rb', line 7045

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