class Aws::MediaConvert::Types::ListPresetsRequest

You can send list presets requests with an empty body. Optionally, you can filter the response by category by specifying it in your request body. You can also optionally specify the maximum number, up to twenty, of queues to be returned.

@note When making an API call, you may pass ListPresetsRequest

data as a hash:

    {
      category: "__string",
      list_by: "NAME", # accepts NAME, CREATION_DATE, SYSTEM
      max_results: 1,
      next_token: "__string",
      order: "ASCENDING", # accepts ASCENDING, DESCENDING
    }

@!attribute [rw] category

Optionally, specify a preset category to limit responses to only
presets from that category.
@return [String]

@!attribute [rw] list_by

Optional. When you request a list of presets, 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 name.
@return [String]

@!attribute [rw] max_results

Optional. Number of presets, up to twenty, that will be returned at
one time
@return [Integer]

@!attribute [rw] next_token

Use this string, provided with the response to a previous request,
to request the next batch of presets.
@return [String]

@!attribute [rw] order

Optional. When you request lists of resources, you can specify
whether they are sorted in ASCENDING or DESCENDING order. Default
varies by resource.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ListPresetsRequest AWS API Documentation

Constants

SENSITIVE