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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#clusterTypes::Cluster

A description of the DAX cluster that is being deleted.

Returns:



433
434
435
436
437
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 433

class DeleteClusterResponse < Struct.new(
  :cluster)
  SENSITIVE = []
  include Aws::Structure
end