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

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

Overview

Note:

When making an API call, you may pass DeleteClusterRequest data as a hash:

{
  cluster_name: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_nameString

The name of the cluster to be deleted.

Returns:

  • (String)


429
430
431
432
# File 'lib/aws-sdk-dax/types.rb', line 429

class DeleteClusterRequest < Struct.new(
  :cluster_name)
  include Aws::Structure
end