Class: Aws::CloudHSM::Types::ModifyHapgRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSM::Types::ModifyHapgRequest
- 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 to modify.
-
#label ⇒ String
The new label for the high-availability partition group.
-
#partition_serial_list ⇒ Array<String>
The list of partition serial numbers to make members of the high-availability partition group.
Instance Attribute Details
#hapg_arn ⇒ String
The ARN of the high-availability partition group to modify.
746 747 748 749 750 751 752 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 746 class ModifyHapgRequest < Struct.new( :hapg_arn, :label, :partition_serial_list) SENSITIVE = [] include Aws::Structure end |
#label ⇒ String
The new label for the high-availability partition group.
746 747 748 749 750 751 752 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 746 class ModifyHapgRequest < Struct.new( :hapg_arn, :label, :partition_serial_list) SENSITIVE = [] include Aws::Structure end |
#partition_serial_list ⇒ Array<String>
The list of partition serial numbers to make members of the high-availability partition group.
746 747 748 749 750 751 752 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 746 class ModifyHapgRequest < Struct.new( :hapg_arn, :label, :partition_serial_list) SENSITIVE = [] include Aws::Structure end |