Class: Aws::CloudHSM::Types::DeleteHapgRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSM::Types::DeleteHapgRequest
- 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
-
#hapg_arn ⇒ String
The ARN of the high-availability partition group to delete.
Instance Attribute Details
#hapg_arn ⇒ String
The ARN of the high-availability partition group to delete.
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 |