Class: Aws::CloudHSM::Types::CreateHapgRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSM::Types::CreateHapgRequest
- Defined in:
- gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb
Overview
Contains the inputs for the CreateHapgRequest action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#label ⇒ String
The label of the new high-availability partition group.
Instance Attribute Details
#label ⇒ String
The label of the new high-availability partition group.
75 76 77 78 79 |
# File 'gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb', line 75 class CreateHapgRequest < Struct.new( :label) SENSITIVE = [] include Aws::Structure end |