Class: Aws::CloudHSM::Types::DeleteHapgResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSM::Types::DeleteHapgResponse
- Defined in:
- gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb
Overview
Contains the output of the DeleteHapg action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the action.
Instance Attribute Details
#status ⇒ String
The status of the action.
225 226 227 228 229 |
# File 'gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb', line 225 class DeleteHapgResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |