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

Class: Aws::CloudHSM::Types::DescribeHapgResponse

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

Overview

Contains the output of the DescribeHapg action.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#hapg_arnString

The ARN of the high-availability partition group.

Returns:

  • (String)

    The ARN of the high-availability partition group.

#hapg_serialString

The serial number of the high-availability partition group.

Returns:

  • (String)

    The serial number of the high-availability partition group.

#hsms_last_action_failedArray<String>

Returns:

  • (Array<String>)

#hsms_pending_deletionArray<String>

Returns:

  • (Array<String>)

#hsms_pending_registrationArray<String>

Returns:

  • (Array<String>)

#labelString

The label for the high-availability partition group.

Returns:

  • (String)

    The label for the high-availability partition group.

#last_modified_timestampString

The date and time the high-availability partition group was last modified.

Returns:

  • (String)

    The date and time the high-availability partition group was last modified.

#partition_serial_listArray<String>

The list of partition serial numbers that belong to the high-availability partition group.

Returns:

  • (Array<String>)

    The list of partition serial numbers that belong to the high-availability partition group.

#stateString

The state of the high-availability partition group.

Possible values:

  • READY
  • UPDATING
  • DEGRADED

Returns:

  • (String)

    The state of the high-availability partition group.