You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ModifyHapgRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#hapg_arnString

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

Returns:

  • (String)

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

#labelString

The new label for the high-availability partition group.

Returns:

  • (String)

    The new label for the high-availability partition group.

#partition_serial_listArray<String>

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

Returns:

  • (Array<String>)

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