Class: Aws::DynamoDB::Types::DeleteReplicaAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DeleteReplicaAction
- 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
-
#region_name ⇒ String
The Region of the replica to be removed.
Instance Attribute Details
#region_name ⇒ String
The Region of the replica to be removed.
2524 2525 2526 2527 2528 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2524 class DeleteReplicaAction < Struct.new( :region_name) SENSITIVE = [] include Aws::Structure end |