Class: Aws::CloudHSM::Types::DeleteHsmResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSM::Types::DeleteHsmResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsm/types.rb
Overview
Contains the output of the DeleteHsm operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the operation.
Instance Attribute Details
#status ⇒ String
The status of the operation.
253 254 255 256 257 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 253 class DeleteHsmResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |