Class: Aws::DynamoDB::Types::DeleteReplicaAction

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 DeleteReplicaAction data as a hash:

{
  region_name: "RegionName", # required
}

Represents a replica to be removed.

Instance Attribute Summary collapse

Instance Attribute Details

#region_nameString

The region of the replica to be removed.

Returns:

  • (String)


2359
2360
2361
2362
# File 'lib/aws-sdk-dynamodb/types.rb', line 2359

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