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::DescribeHsmResponse; use Moose; has AvailabilityZone => (is => 'ro', isa => 'Str'); has EniId => (is => 'ro', isa => 'Str'); has EniIp => (is => 'ro', isa => 'Str'); has HsmArn => (is => 'ro', isa => 'Str'); has HsmType => (is => 'ro', isa => 'Str'); has IamRoleArn => (is => 'ro', isa => 'Str'); has Partitions => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has SerialNumber => (is => 'ro', isa => 'Str'); has ServerCertLastUpdated => (is => 'ro', isa => 'Str'); has ServerCertUri => (is => 'ro', isa => 'Str'); has SoftwareVersion => (is => 'ro', isa => 'Str'); has SshKeyLastUpdated => (is => 'ro', isa => 'Str'); has SshPublicKey => (is => 'ro', isa => 'Str'); has Status => (is => 'ro', isa => 'Str'); has StatusDetails => (is => 'ro', isa => 'Str'); has SubnetId => (is => 'ro', isa => 'Str'); has SubscriptionEndDate => (is => 'ro', isa => 'Str'); has SubscriptionStartDate => (is => 'ro', isa => 'Str'); has SubscriptionType => (is => 'ro', isa => 'Str'); has VendorName => (is => 'ro', isa => 'Str'); has VpcId => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::CloudHSM::DescribeHsmResponse =head1 ATTRIBUTES =head2 AvailabilityZone => Str The Availability Zone that the HSM is in. =head2 EniId => Str The identifier of the elastic network interface (ENI) attached to the HSM. =head2 EniIp => Str The IP address assigned to the HSM's ENI. =head2 HsmArn => Str The ARN of the HSM. =head2 HsmType => Str The HSM model type. =head2 IamRoleArn => Str The ARN of the IAM role assigned to the HSM. =head2 Partitions => ArrayRef[Str|Undef] The list of partitions on the HSM. =head2 SerialNumber => Str The serial number of the HSM. =head2 ServerCertLastUpdated => Str The date and time that the server certificate was last updated. =head2 ServerCertUri => Str The URI of the certificate server. =head2 SoftwareVersion => Str The HSM software version. =head2 SshKeyLastUpdated => Str The date and time that the SSH key was last updated. =head2 SshPublicKey => Str The public SSH key. =head2 Status => Str The status of the HSM. Valid values are: C<"PENDING">, C<"RUNNING">, C<"UPDATING">, C<"SUSPENDED">, C<"TERMINATING">, C<"TERMINATED">, C<"DEGRADED"> =head2 StatusDetails => Str Contains additional information about the status of the HSM. =head2 SubnetId => Str The identifier of the subnet that the HSM is in. =head2 SubscriptionEndDate => Str The subscription end date. =head2 SubscriptionStartDate => Str The subscription start date. =head2 SubscriptionType => Str Valid values are: C<"PRODUCTION"> =head2 VendorName => Str The name of the HSM vendor. =head2 VpcId => Str The identifier of the VPC that the HSM is in. =head2 _request_id => Str =cut 1;