PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::CloudHSM::DescribeHapgResponse; use Moose; has HapgArn => (is => 'ro', isa => 'Str'); has HapgSerial => (is => 'ro', isa => 'Str'); has HsmsLastActionFailed => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has HsmsPendingDeletion => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has HsmsPendingRegistration => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has Label => (is => 'ro', isa => 'Str'); has LastModifiedTimestamp => (is => 'ro', isa => 'Str'); has PartitionSerialList => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has State => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::CloudHSM::DescribeHapgResponse =head1 ATTRIBUTES =head2 HapgArn => Str The ARN of the high-availability partition group. =head2 HapgSerial => Str The serial number of the high-availability partition group. =head2 HsmsLastActionFailed => ArrayRef[Str|Undef] =head2 HsmsPendingDeletion => ArrayRef[Str|Undef] =head2 HsmsPendingRegistration => ArrayRef[Str|Undef] =head2 Label => Str The label for the high-availability partition group. =head2 LastModifiedTimestamp => Str The date and time the high-availability partition group was last modified. =head2 PartitionSerialList => ArrayRef[Str|Undef] The list of partition serial numbers that belong to the high-availability partition group. =head2 State => Str The state of the high-availability partition group. Valid values are: C<"READY">, C<"UPDATING">, C<"DEGRADED"> =head2 _request_id => Str =cut 1;