Class: Aws::MemoryDB::Types::DeleteClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::DeleteClusterResponse
- Includes:
- Structure
- Defined in:
- 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.
1075 1076 1077 1078 1079 |
# File 'lib/aws-sdk-memorydb/types.rb', line 1075 class DeleteClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |