ListJobsRequest

public struct ListJobsRequest : AWSShape
extension MediaConvert.ListJobsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Optional. Number of jobs, up to twenty, that will be returned at one time.

    Declaration

    Swift

    public let maxResults: Int?
  • Optional. Use this string, provided with the response to a previous request, to request the next batch of jobs.

    Declaration

    Swift

    public let nextToken: String?
  • Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.

    Declaration

    Swift

    public let order: Order?
  • Optional. Provide a queue name to get back only jobs from that queue.

    Declaration

    Swift

    public let queue: String?
  • Optional. A job’s status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED, or ERROR.

    Declaration

    Swift

    public let status: JobStatus?
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nextToken: String? = nil, order: Order? = nil, queue: String? = nil, status: JobStatus? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws