class Aws::Signer::Types::ListSigningJobsRequest
@note When making an API call, you may pass ListSigningJobsRequest
data as a hash: { status: "InProgress", # accepts InProgress, Failed, Succeeded platform_id: "PlatformId", requested_by: "RequestedBy", max_results: 1, next_token: "NextToken", is_revoked: false, signature_expires_before: Time.now, signature_expires_after: Time.now, job_invoker: "AccountId", }
@!attribute [rw] status
A status value with which to filter your results. @return [String]
@!attribute [rw] platform_id
The ID of microcontroller platform that you specified for the distribution of your code image. @return [String]
@!attribute [rw] requested_by
The IAM principal that requested the signing job. @return [String]
@!attribute [rw] max_results
Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the `nextToken` element is set in the response. Use the `nextToken` value in a subsequent request to retrieve additional items. @return [Integer]
@!attribute [rw] next_token
String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of `nextToken` from the response that you just received. @return [String]
@!attribute [rw] is_revoked
Filters results to return only signing jobs with revoked signatures. @return [Boolean]
@!attribute [rw] signature_expires_before
Filters results to return only signing jobs with signatures expiring before a specified timestamp. @return [Time]
@!attribute [rw] signature_expires_after
Filters results to return only signing jobs with signatures expiring after a specified timestamp. @return [Time]
@!attribute [rw] job_invoker
Filters results to return only signing jobs initiated by a specified IAM entity. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/signer-2017-08-25/ListSigningJobsRequest AWS API Documentation
Constants
- SENSITIVE