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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#job_templatesArray<Types::JobTemplate>

List of Job templates.

Returns:



8426
8427
8428
8429
8430
8431
# File 'lib/aws-sdk-mediaconvert/types.rb', line 8426

class ListJobTemplatesResponse < Struct.new(
  :job_templates,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


8426
8427
8428
8429
8430
8431
# File 'lib/aws-sdk-mediaconvert/types.rb', line 8426

class ListJobTemplatesResponse < Struct.new(
  :job_templates,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end