class Aws::CloudHSM::Types::ModifyHapgRequest

@note When making an API call, you may pass ModifyHapgRequest

data as a hash:

    {
      hapg_arn: "HapgArn", # required
      label: "Label",
      partition_serial_list: ["PartitionSerial"],
    }

@!attribute [rw] hapg_arn

The ARN of the high-availability partition group to modify.
@return [String]

@!attribute [rw] label

The new label for the high-availability partition group.
@return [String]

@!attribute [rw] partition_serial_list

The list of partition serial numbers to make members of the
high-availability partition group.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/cloudhsm-2014-05-30/ModifyHapgRequest AWS API Documentation

Constants

SENSITIVE