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

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

Overview

Represents a replica to be removed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#region_nameString

The Region of the replica to be removed.

Returns:

  • (String)


2497
2498
2499
2500
2501
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2497

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