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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1772
1773
1774
1775
1776
# File 'lib/aws-sdk-dynamodb/types.rb', line 1772

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