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

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

Overview

Note:

When making an API call, you may pass CreateReplicaAction data as a hash:

{
  region_name: "RegionName", # required
}

Represents a replica to be added.

Instance Attribute Summary collapse

Instance Attribute Details

#region_nameString

The region of the replica to be added.

Returns:

  • (String)


1646
1647
1648
1649
# File 'lib/aws-sdk-dynamodb/types.rb', line 1646

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