Class: Aws::DynamoDB::Types::DeleteGlobalTableWitnessGroupMemberAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DeleteGlobalTableWitnessGroupMemberAction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Specifies the action to remove a witness Region from a MRSC global table. You cannot delete a single witness from a MRSC global table - you must delete both a replica and the witness together. The deletion of both a witness and replica converts the remaining replica to a single-Region DynamoDB table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#region_name ⇒ String
The witness Region name to be removed from the MRSC global table.
Instance Attribute Details
#region_name ⇒ String
The witness Region name to be removed from the MRSC global table.
2291 2292 2293 2294 2295 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 2291 class DeleteGlobalTableWitnessGroupMemberAction < Struct.new( :region_name) SENSITIVE = [] include Aws::Structure end |