You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Signer::Types::ListSigningJobsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListSigningJobsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  status: "InProgress", # accepts InProgress, Failed, Succeeded
  platform_id: "PlatformId",
  requested_by: "RequestedBy",
  max_results: 1,
  next_token: "NextToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

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.

Returns:

  • (Integer)

    Specifies the maximum number of items to return in the response.

#next_tokenString

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.

Returns:

  • (String)

    String for specifying the next set of paginated results to return.

#platform_idString

The ID of microcontroller platform that you specified for the distribution of your code image.

Returns:

  • (String)

    The ID of microcontroller platform that you specified for the distribution of your code image.

#requested_byString

The IAM principal that requested the signing job.

Returns:

  • (String)

    The IAM principal that requested the signing job.

#statusString

A status value with which to filter your results.

Possible values:

  • InProgress
  • Failed
  • Succeeded

Returns:

  • (String)

    A status value with which to filter your results.