Class: Aws::ElasticTranscoder::Types::ListJobsByPipelineResponse

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

Overview

The ListJobsByPipelineResponse structure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#jobsArray<Types::Job>

An array of Job objects that are in the specified pipeline.

Returns:



2203
2204
2205
2206
2207
2208
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 2203

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

#next_page_tokenString

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.

Returns:

  • (String)


2203
2204
2205
2206
2207
2208
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 2203

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