Class: Aws::ElasticTranscoder::Types::ListJobsByPipelineResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticTranscoder::Types::ListJobsByPipelineResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elastictranscoder/types.rb
Overview
The ‘ListJobsByPipelineResponse` structure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#jobs ⇒ Array<Types::Job>
An array of ‘Job` objects that are in the specified pipeline.
-
#next_page_token ⇒ String
A value that you use to access the second and subsequent pages of results, if any.
Instance Attribute Details
#jobs ⇒ Array<Types::Job>
An array of ‘Job` objects that are in the specified pipeline.
2196 2197 2198 2199 2200 2201 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 2196 class ListJobsByPipelineResponse < Struct.new( :jobs, :next_page_token) SENSITIVE = [] include Aws::Structure end |
#next_page_token ⇒ String
A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you’ve reached the last page of results, the value of ‘NextPageToken` is `null`.
2196 2197 2198 2199 2200 2201 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 2196 class ListJobsByPipelineResponse < Struct.new( :jobs, :next_page_token) SENSITIVE = [] include Aws::Structure end |