Class: Aws::DAX::Types::DeleteClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DAX::Types::DeleteClusterResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dax/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster ⇒ Types::Cluster
A description of the DAX cluster that is being deleted.
Instance Attribute Details
#cluster ⇒ Types::Cluster
A description of the DAX cluster that is being deleted.
433 434 435 436 437 |
# File 'lib/aws-sdk-dax/types.rb', line 433 class DeleteClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |