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

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


2467
2468
2469
2470
2471
# File 'lib/aws-sdk-dynamodb/types.rb', line 2467

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