Class: Aws::CloudHSM::Types::DeleteHapgRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudhsm/types.rb

Overview

Contains the inputs for the DeleteHapg action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hapg_arnString

The ARN of the high-availability partition group to delete.

Returns:

  • (String)


211
212
213
214
215
# File 'lib/aws-sdk-cloudhsm/types.rb', line 211

class DeleteHapgRequest < Struct.new(
  :hapg_arn)
  SENSITIVE = []
  include Aws::Structure
end