Class: Aws::MemoryDB::Types::DeleteClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::DeleteClusterResponse
- Defined in:
- gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster ⇒ Types::Cluster
The cluster object that has been deleted.
Instance Attribute Details
#cluster ⇒ Types::Cluster
The cluster object that has been deleted
1085 1086 1087 1088 1089 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1085 class DeleteClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |