Class: Aws::DynamoDB::Types::DeleteReplicationGroupMemberAction

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

Overview

Represents a replica to be deleted.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#region_nameString

The Region where the replica exists.

Returns:

  • (String)


2511
2512
2513
2514
2515
# File 'lib/aws-sdk-dynamodb/types.rb', line 2511

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