Class: Aws::DynamoDB::Types::CreateReplicaAction

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

Overview

Represents a replica to be added.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#region_nameString

The Region of the replica to be added.

Returns:

  • (String)


1777
1778
1779
1780
1781
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 1777

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