Class: Aws::MediaConvert::Types::ListJobTemplatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::ListJobTemplatesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Successful list job templates requests return a JSON array of job templates. If you don’t specify how they are ordered, you will receive them in alphabetical order by name.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_templates ⇒ Array<Types::JobTemplate>
List of Job templates.
-
#next_token ⇒ String
Use this string to request the next batch of job templates.
Instance Attribute Details
#job_templates ⇒ Array<Types::JobTemplate>
List of Job templates.
9326 9327 9328 9329 9330 9331 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9326 class ListJobTemplatesResponse < Struct.new( :job_templates, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Use this string to request the next batch of job templates.
9326 9327 9328 9329 9330 9331 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9326 class ListJobTemplatesResponse < Struct.new( :job_templates, :next_token) SENSITIVE = [] include Aws::Structure end |