Class: Aws::MediaConvert::Types::SearchJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::SearchJobsResponse
- Includes:
- Structure
- Defined in:
- 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
-
#jobs ⇒ Array<Types::Job>
List of jobs.
-
#next_token ⇒ String
Use this string to request the next batch of jobs.
Instance Attribute Details
#jobs ⇒ Array<Types::Job>
List of jobs.
11962 11963 11964 11965 11966 11967 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11962 class SearchJobsResponse < Struct.new( :jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Use this string to request the next batch of jobs.
11962 11963 11964 11965 11966 11967 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11962 class SearchJobsResponse < Struct.new( :jobs, :next_token) SENSITIVE = [] include Aws::Structure end |