NAME
Paws::Signer::DescribeSigningJobResponse
ATTRIBUTES
CompletedAt => Str
Date and time that the signing job was completed.
CreatedAt => Str
Date and time that the signing job was created.
JobId => Str
The ID of the signing job on output.
JobInvoker => Str
The IAM entity that initiated the signing job.
JobOwner => Str
The AWS account ID of the job owner.
Overrides => Paws::Signer::SigningPlatformOverrides
A list of any overrides that were applied to the signing operation.
PlatformDisplayName => Str
A human-readable name for the signing platform associated with the signing job.
PlatformId => Str
The microcontroller platform to which your signed code image will be distributed.
ProfileName => Str
The name of the profile that initiated the signing operation.
ProfileVersion => Str
The version of the signing profile used to initiate the signing job.
RequestedBy => Str
The IAM principal that requested the signing job.
RevocationRecord => Paws::Signer::SigningJobRevocationRecord
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.
SignatureExpiresAt => Str
Thr expiration timestamp for the signature generated by the signing job.
SignedObject => Paws::Signer::SignedObject
Name of the S3 bucket where the signed code image is saved by code signing.
SigningMaterial => Paws::Signer::SigningMaterial
The Amazon Resource Name (ARN) of your code signing certificate.
SigningParameters => Paws::Signer::SigningParameters
Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
Source => Paws::Signer::Source
The object that contains the name of your S3 bucket or your raw code.
Status => Str
Status of the signing job.
Valid values are: "InProgress"
, "Failed"
, "Succeeded"
=head2 StatusReason => Str
String value that contains the status reason.