Class: Aws::CloudHSM::Types::DescribeHapgRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSM::Types::DescribeHapgRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsm/types.rb
Overview
Contains the inputs for the DescribeHapg action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hapg_arn ⇒ String
The ARN of the high-availability partition group to describe.
Instance Attribute Details
#hapg_arn ⇒ String
The ARN of the high-availability partition group to describe.
291 292 293 294 295 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 291 class DescribeHapgRequest < Struct.new( :hapg_arn) SENSITIVE = [] include Aws::Structure end |