You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MediaConvert::Types::ListPresetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::ListPresetsRequest
- Defined in:
- (unknown)
Overview
When passing ListPresetsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
category: "__string",
list_by: "NAME", # accepts NAME, CREATION_DATE, SYSTEM
max_results: 1,
next_token: "__string",
order: "ASCENDING", # accepts ASCENDING, DESCENDING
}
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.
Instance Attribute Summary collapse
-
#category ⇒ String
Optionally, specify a preset category to limit responses to only presets from that category.
-
#list_by ⇒ String
Optional.
-
#max_results ⇒ Integer
Optional.
-
#next_token ⇒ String
Use this string, provided with the response to a previous request, to request the next batch of presets.
-
#order ⇒ String
Optional.
Instance Attribute Details
#category ⇒ String
Optionally, specify a preset category to limit responses to only presets from that category.
#list_by ⇒ String
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.
Possible values:
- NAME
- CREATION_DATE
- SYSTEM
#max_results ⇒ Integer
Optional. Number of presets, up to twenty, that will be returned at one time
#next_token ⇒ String
Use this string, provided with the response to a previous request, to request the next batch of presets.
#order ⇒ String
Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.
Possible values:
- ASCENDING
- DESCENDING