Class: Aws::MediaConvert::Types::ListJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::ListJobsResponse
- Includes:
- Structure
- Defined in:
- 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
-
#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
8782 8783 8784 8785 8786 8787 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 8782 class ListJobsResponse < Struct.new( :jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Use this string to request the next batch of jobs.
8782 8783 8784 8785 8786 8787 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 8782 class ListJobsResponse < Struct.new( :jobs, :next_token) SENSITIVE = [] include Aws::Structure end |