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)


2365
2366
2367
2368
# File 'lib/aws-sdk-dynamodb/types.rb', line 2365

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