Class: Aws::CloudHSMV2::Types::DeleteHsmResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::DeleteHsmResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsmv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hsm_id ⇒ String
The identifier (ID) of the HSM that was deleted.
Instance Attribute Details
#hsm_id ⇒ String
The identifier (ID) of the HSM that was deleted.
569 570 571 572 573 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 569 class DeleteHsmResponse < Struct.new( :hsm_id) SENSITIVE = [] include Aws::Structure end |