Class: Aws::MediaConvert::Types::ListJobTemplatesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::ListJobTemplatesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#category ⇒ String
Optionally, specify a job template category to limit responses to only job templates 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 job templates.
-
#order ⇒ String
Optional.
Instance Attribute Details
#category ⇒ String
Optionally, specify a job template category to limit responses to only job templates from that category.
8694 8695 8696 8697 8698 8699 8700 8701 8702 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 8694 class ListJobTemplatesRequest < Struct.new( :category, :list_by, :max_results, :next_token, :order) SENSITIVE = [] include Aws::Structure end |
#list_by ⇒ String
Optional. 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.
8694 8695 8696 8697 8698 8699 8700 8701 8702 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 8694 class ListJobTemplatesRequest < Struct.new( :category, :list_by, :max_results, :next_token, :order) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Optional. Number of job templates, up to twenty, that will be returned at one time.
8694 8695 8696 8697 8698 8699 8700 8701 8702 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 8694 class ListJobTemplatesRequest < Struct.new( :category, :list_by, :max_results, :next_token, :order) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Use this string, provided with the response to a previous request, to request the next batch of job templates.
8694 8695 8696 8697 8698 8699 8700 8701 8702 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 8694 class ListJobTemplatesRequest < Struct.new( :category, :list_by, :max_results, :next_token, :order) SENSITIVE = [] include Aws::Structure end |
#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.
8694 8695 8696 8697 8698 8699 8700 8701 8702 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 8694 class ListJobTemplatesRequest < Struct.new( :category, :list_by, :max_results, :next_token, :order) SENSITIVE = [] include Aws::Structure end |