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::Signer::DescribeSigningJobResponse; use Moose; has CompletedAt => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'completedAt'); has CreatedAt => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'createdAt'); has JobId => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'jobId'); has JobInvoker => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'jobInvoker'); has JobOwner => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'jobOwner'); has Overrides => (is => 'ro', isa => 'Paws::Signer::SigningPlatformOverrides', traits => ['NameInRequest'], request_name => 'overrides'); has PlatformDisplayName => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'platformDisplayName'); has PlatformId => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'platformId'); has ProfileName => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'profileName'); has ProfileVersion => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'profileVersion'); has RequestedBy => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'requestedBy'); has RevocationRecord => (is => 'ro', isa => 'Paws::Signer::SigningJobRevocationRecord', traits => ['NameInRequest'], request_name => 'revocationRecord'); has SignatureExpiresAt => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'signatureExpiresAt'); has SignedObject => (is => 'ro', isa => 'Paws::Signer::SignedObject', traits => ['NameInRequest'], request_name => 'signedObject'); has SigningMaterial => (is => 'ro', isa => 'Paws::Signer::SigningMaterial', traits => ['NameInRequest'], request_name => 'signingMaterial'); has SigningParameters => (is => 'ro', isa => 'Paws::Signer::SigningParameters', traits => ['NameInRequest'], request_name => 'signingParameters'); has Source => (is => 'ro', isa => 'Paws::Signer::Source', traits => ['NameInRequest'], request_name => 'source'); has Status => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'status'); has StatusReason => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'statusReason'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::Signer::DescribeSigningJobResponse =head1 ATTRIBUTES =head2 CompletedAt => Str Date and time that the signing job was completed. =head2 CreatedAt => Str Date and time that the signing job was created. =head2 JobId => Str The ID of the signing job on output. =head2 JobInvoker => Str The IAM entity that initiated the signing job. =head2 JobOwner => Str The AWS account ID of the job owner. =head2 Overrides => L A list of any overrides that were applied to the signing operation. =head2 PlatformDisplayName => Str A human-readable name for the signing platform associated with the signing job. =head2 PlatformId => Str The microcontroller platform to which your signed code image will be distributed. =head2 ProfileName => Str The name of the profile that initiated the signing operation. =head2 ProfileVersion => Str The version of the signing profile used to initiate the signing job. =head2 RequestedBy => Str The IAM principal that requested the signing job. =head2 RevocationRecord => L A revocation record if the signature generated by the signing job has been revoked. Contains a timestamp and the ID of the IAM entity that revoked the signature. =head2 SignatureExpiresAt => Str Thr expiration timestamp for the signature generated by the signing job. =head2 SignedObject => L Name of the S3 bucket where the signed code image is saved by code signing. =head2 SigningMaterial => L The Amazon Resource Name (ARN) of your code signing certificate. =head2 SigningParameters => L Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job. =head2 Source => L The object that contains the name of your S3 bucket or your raw code. =head2 Status => Str Status of the signing job. Valid values are: C<"InProgress">, C<"Failed">, C<"Succeeded"> =head2 StatusReason => Str String value that contains the status reason. =head2 _request_id => Str =cut