ListJobsByStatusRequest
public struct ListJobsByStatusRequest : AWSShape
extension ElasticTranscoder.ListJobsByStatusRequest: 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?
-
To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.
Declaration
Swift
public let status: String
-
Undocumented
Declaration
Swift
public init(ascending: String? = nil, pageToken: String? = nil, status: String)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> ElasticTranscoder.ListJobsByStatusRequest