Class: Aws::MediaConvert::Types::ListJobsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb

Overview

Successful list jobs requests return a JSON array of jobs. If you don't specify how they are ordered, you will receive the most recently created first.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#jobsArray<Types::Job>

List of jobs

Returns:



8560
8561
8562
8563
8564
8565
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 8560

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

#next_tokenString

Use this string to request the next batch of jobs.

Returns:

  • (String)


8560
8561
8562
8563
8564
8565
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 8560

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