Class: Aws::DAX::Types::DeleteClusterResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dax/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#clusterTypes::Cluster

A description of the DAX cluster that is being deleted.

Returns:



440
441
442
443
# File 'lib/aws-sdk-dax/types.rb', line 440

class DeleteClusterResponse < Struct.new(
  :cluster)
  include Aws::Structure
end