Class: Aws::CloudHSMV2::Types::DeleteHsmResponse

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

#hsm_idString

The identifier (ID) of the HSM that was deleted.

Returns:

  • (String)


541
542
543
544
545
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 541

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