ListPresetsRequest
public struct ListPresetsRequest : AWSShape
extension ElasticTranscoder.ListPresetsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
To list presets in chronological order by the date and time that they were created, enter true. To list presets 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.ListPresetsRequest
View on GitHub
ListPresetsRequest Structure Reference