Class: Aws::CloudHSM::Types::ModifyHapgResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSM::Types::ModifyHapgResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hapg_arn ⇒ String
The ARN of the high-availability partition group.
Instance Attribute Details
#hapg_arn ⇒ String
The ARN of the high-availability partition group.
760 761 762 763 764 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 760 class ModifyHapgResponse < Struct.new( :hapg_arn) SENSITIVE = [] include Aws::Structure end |