Class: Aws::CloudHSMV2::Types::DeleteClusterRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_idString

The identifier (ID) of the cluster that you are deleting. To find the cluster ID, use DescribeClusters.

Returns:

  • (String)


487
488
489
490
491
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 487

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