Class: Aws::DynamoDB::Types::ReplicaDescription

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

Contains the details of the replica.

Instance Attribute Summary collapse

Instance Attribute Details

#region_nameString

The name of the region.

Returns:

  • (String)


5397
5398
5399
5400
# File 'lib/aws-sdk-dynamodb/types.rb', line 5397

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