Class: Aws::CloudHSM::Types::CreateHapgResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSM::Types::CreateHapgResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsm/types.rb
Overview
Contains the output of the CreateHAPartitionGroup action.
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.
89 90 91 92 93 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 89 class CreateHapgResponse < Struct.new( :hapg_arn) SENSITIVE = [] include Aws::Structure end |