Class: Aws::CloudHSM::Types::DeleteLunaClientResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSM::Types::DeleteLunaClientResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsm/types.rb
Overview
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.
277 278 279 280 281 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 277 class DeleteLunaClientResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |