You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConvert::Types::ListJobTemplatesResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#job_templatesArray<Types::JobTemplate>

List of Job templates.

Returns:

#next_tokenString

Use this string to request the next batch of job templates.

Returns:

  • (String)

    Use this string to request the next batch of job templates.