Class: Aws::ElasticTranscoder::Types::ListJobsByPipelineRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticTranscoder::Types::ListJobsByPipelineRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elastictranscoder/types.rb
Overview
The ‘ListJobsByPipelineRequest` structure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ascending ⇒ String
To list jobs in chronological order by the date and time that they were submitted, enter ‘true`.
-
#page_token ⇒ String
When Elastic Transcoder returns more than one page of results, use ‘pageToken` in subsequent `GET` requests to get each successive page of results.
-
#pipeline_id ⇒ String
The ID of the pipeline for which you want to get job information.
Instance Attribute Details
#ascending ⇒ String
To list jobs in chronological order by the date and time that they were submitted, enter ‘true`. To list jobs in reverse chronological order, enter `false`.
2175 2176 2177 2178 2179 2180 2181 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 2175 class ListJobsByPipelineRequest < Struct.new( :pipeline_id, :ascending, :page_token) SENSITIVE = [] include Aws::Structure end |
#page_token ⇒ String
When Elastic Transcoder returns more than one page of results, use ‘pageToken` in subsequent `GET` requests to get each successive page of results.
2175 2176 2177 2178 2179 2180 2181 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 2175 class ListJobsByPipelineRequest < Struct.new( :pipeline_id, :ascending, :page_token) SENSITIVE = [] include Aws::Structure end |
#pipeline_id ⇒ String
The ID of the pipeline for which you want to get job information.
2175 2176 2177 2178 2179 2180 2181 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 2175 class ListJobsByPipelineRequest < Struct.new( :pipeline_id, :ascending, :page_token) SENSITIVE = [] include Aws::Structure end |