ListJobsByPipelineRequest

public struct ListJobsByPipelineRequest : AWSShape
extension ElasticTranscoder.ListJobsByPipelineRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

    Declaration

    Swift

    public let ascending: String?
  • When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

    Declaration

    Swift

    public let pageToken: String?
  • The ID of the pipeline for which you want to get job information.

    Declaration

    Swift

    public let pipelineId: String
  • Undocumented

    Declaration

    Swift

    public init(ascending: String? = nil, pageToken: String? = nil, pipelineId: String)
  • Declaration

    Swift

    public func validate(name: String) throws