You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MediaConvert::Types::ListJobTemplatesRequestWhen passing ListJobTemplatesRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
category: "__string",
list_by: "NAME", max_results: 1,
next_token: "__string",
order: "ASCENDING", }
You can send list job templates 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 job templates to be returned.
Instance Attribute Summary collapseOptionally, specify a job template category to limit responses to only job templates from that category.
Optional.
Optional.
Use this string, provided with the response to a previous request, to request the next batch of job templates.
Optional.
Optionally, specify a job template category to limit responses to only job templates from that category.
#list_by ⇒ StringOptional. When you request a list of job templates, 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:
Optional. Number of job templates, up to twenty, that will be returned at one time.
#next_token ⇒ StringUse this string, provided with the response to a previous request, to request the next batch of job templates.
#order ⇒ StringOptional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.
Possible values:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4