Class: Aws::DynamoDB::Types::DeleteReplicationGroupMemberAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DeleteReplicationGroupMemberAction
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
Overview
Represents a replica to be deleted.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#region_name ⇒ String
The Region where the replica exists.
Instance Attribute Details
#region_name ⇒ String
The Region where the replica exists.
2538 2539 2540 2541 2542 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2538 class DeleteReplicationGroupMemberAction < Struct.new( :region_name) SENSITIVE = [] include Aws::Structure end |