Class: Aws::MediaConvert::Types::SearchJobsResponse

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

Overview

Successful search 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:



11962
11963
11964
11965
11966
11967
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 11962

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

#next_tokenString

Use this string to request the next batch of jobs.

Returns:

  • (String)


11962
11963
11964
11965
11966
11967
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 11962

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