Class: Aws::MemoryDB::Types::DeleteClusterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::DeleteClusterRequest
- Defined in:
- gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_name ⇒ String
The name of the cluster to be deleted.
-
#final_snapshot_name ⇒ String
The user-supplied name of a final cluster snapshot.
-
#multi_region_cluster_name ⇒ String
The name of the multi-Region cluster to be deleted.
Instance Attribute Details
#cluster_name ⇒ String
The name of the cluster to be deleted
1102 1103 1104 1105 1106 1107 1108 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1102 class DeleteClusterRequest < Struct.new( :cluster_name, :multi_region_cluster_name, :final_snapshot_name) SENSITIVE = [] include Aws::Structure end |
#final_snapshot_name ⇒ String
The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. MemoryDB creates the snapshot, and then deletes the cluster immediately afterward.
1102 1103 1104 1105 1106 1107 1108 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1102 class DeleteClusterRequest < Struct.new( :cluster_name, :multi_region_cluster_name, :final_snapshot_name) SENSITIVE = [] include Aws::Structure end |
#multi_region_cluster_name ⇒ String
The name of the multi-Region cluster to be deleted.
1102 1103 1104 1105 1106 1107 1108 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1102 class DeleteClusterRequest < Struct.new( :cluster_name, :multi_region_cluster_name, :final_snapshot_name) SENSITIVE = [] include Aws::Structure end |