Class: Aws::CloudHSM::Types::DeleteHsmRequest

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

Overview

Contains the inputs for the DeleteHsm operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hsm_arnString

The ARN of the HSM to delete.

Returns:

  • (String)


239
240
241
242
243
# File 'gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb', line 239

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