Class: Aws::CloudHSM::Types::DeleteHapgResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#statusString

The status of the action.

Returns:

  • (String)


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