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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/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)


6895
6896
6897
6898
6899
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 6895

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