class Aws::Signer::Types::DescribeSigningJobResponse
@!attribute [rw] job_id
The ID of the signing job on output. @return [String]
@!attribute [rw] source
The object that contains the name of your S3 bucket or your raw code. @return [Types::Source]
@!attribute [rw] signing_material
The Amazon Resource Name (ARN) of your code signing certificate. @return [Types::SigningMaterial]
@!attribute [rw] platform_id
The microcontroller platform to which your signed code image will be distributed. @return [String]
@!attribute [rw] platform_display_name
A human-readable name for the signing platform associated with the signing job. @return [String]
@!attribute [rw] profile_name
The name of the profile that initiated the signing operation. @return [String]
@!attribute [rw] profile_version
The version of the signing profile used to initiate the signing job. @return [String]
@!attribute [rw] overrides
A list of any overrides that were applied to the signing operation. @return [Types::SigningPlatformOverrides]
@!attribute [rw] signing_parameters
Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job. @return [Hash<String,String>]
@!attribute [rw] created_at
Date and time that the signing job was created. @return [Time]
@!attribute [rw] completed_at
Date and time that the signing job was completed. @return [Time]
@!attribute [rw] signature_expires_at
Thr expiration timestamp for the signature generated by the signing job. @return [Time]
@!attribute [rw] requested_by
The IAM principal that requested the signing job. @return [String]
@!attribute [rw] status
Status of the signing job. @return [String]
@!attribute [rw] status_reason
String value that contains the status reason. @return [String]
@!attribute [rw] revocation_record
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. @return [Types::SigningJobRevocationRecord]
@!attribute [rw] signed_object
Name of the S3 bucket where the signed code image is saved by code signing. @return [Types::SignedObject]
@!attribute [rw] job_owner
The AWS account ID of the job owner. @return [String]
@!attribute [rw] job_invoker
The IAM entity that initiated the signing job. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/signer-2017-08-25/DescribeSigningJobResponse AWS API Documentation
Constants
- SENSITIVE