ListPipelinesRequest
public struct ListPipelinesRequest : AWSShape
extension ElasticTranscoder.ListPipelinesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines 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?
-
Undocumented
Declaration
Swift
public init(ascending: String? = nil, pageToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> ElasticTranscoder.ListPipelinesRequest