ListSigningJobsRequest

public struct ListSigningJobsRequest : AWSShape
extension Signer.ListSigningJobsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let maxResults: Int?
  • 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.

    Declaration

    Swift

    public let nextToken: String?
  • The ID of microcontroller platform that you specified for the distribution of your code image.

    Declaration

    Swift

    public let platformId: String?
  • The IAM principal that requested the signing job.

    Declaration

    Swift

    public let requestedBy: String?
  • A status value with which to filter your results.

    Declaration

    Swift

    public let status: SigningStatus?
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nextToken: String? = nil, platformId: String? = nil, requestedBy: String? = nil, status: SigningStatus? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws