class Aws::MediaConvert::Types::ListQueuesRequest
@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ListQueuesRequest AWS API Documentation
@return [String]
varies by resource.
whether they are sorted in ASCENDING or DESCENDING order. Default
Optional. When you request lists of resources, you can specify
@!attribute [rw] order
@return [String]
to request the next batch of queues.
Use this string, provided with the response to a previous request,
@!attribute [rw] next_token
@return [Integer]
one time.
Optional. Number of queues, up to twenty, that will be returned at
@!attribute [rw] max_results
@return [String]
you don’t specify, the service will list them by creation date.
them alphabetically by NAME or chronologically by CREATION_DATE. If
Optional. When you request a list of queues, you can choose to list
@!attribute [rw] list_by
}
order: “ASCENDING”, # accepts ASCENDING, DESCENDING
next_token: “__string”,
max_results: 1,
list_by: “NAME”, # accepts NAME, CREATION_DATE
{
data as a hash:
@note When making an API call, you may pass ListQueuesRequest
returned.
optionally specify the maximum number, up to twenty, of queues to be
You can send list queues requests with an empty body. You can