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)


1784
1785
1786
1787
1788
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 1784

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