Class: Aws::CloudHSM::Types::ModifyHapgRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hapg_arnString

The ARN of the high-availability partition group to modify.

Returns:

  • (String)


746
747
748
749
750
751
752
# File 'gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb', line 746

class ModifyHapgRequest < Struct.new(
  :hapg_arn,
  :label,
  :partition_serial_list)
  SENSITIVE = []
  include Aws::Structure
end

#labelString

The new label for the high-availability partition group.

Returns:

  • (String)


746
747
748
749
750
751
752
# File 'gems/aws-sdk-cloudhsm/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_listArray<String>

The list of partition serial numbers to make members of the high-availability partition group.

Returns:

  • (Array<String>)


746
747
748
749
750
751
752
# File 'gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb', line 746

class ModifyHapgRequest < Struct.new(
  :hapg_arn,
  :label,
  :partition_serial_list)
  SENSITIVE = []
  include Aws::Structure
end