Class: Aws::DAX::Types::DeleteClusterRequest

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

#cluster_nameString

The name of the cluster to be deleted.

Returns:

  • (String)


421
422
423
424
425
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 421

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