ListQueuesRequest
public struct ListQueuesRequest : AWSShape
extension MediaConvert.ListQueuesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Optional. When you request a list of queues, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don’t specify, the service will list them by creation date.
Declaration
Swift
public let listBy: QueueListBy?
-
Optional. Number of queues, up to twenty, that will be returned at one time.
Declaration
Swift
public let maxResults: Int?
-
Use this string, provided with the response to a previous request, to request the next batch of queues.
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?
-
Undocumented
Declaration
Swift
public init(listBy: QueueListBy? = nil, maxResults: Int? = nil, nextToken: String? = nil, order: Order? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> MediaConvert.ListQueuesRequest