Class: Aws::ElasticTranscoder::Types::ListJobsByPipelineRequest

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

Overview

The ListJobsByPipelineRequest structure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ascendingString

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.

Returns:

  • (String)


2182
2183
2184
2185
2186
2187
2188
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 2182

class ListJobsByPipelineRequest < Struct.new(
  :pipeline_id,
  :ascending,
  :page_token)
  SENSITIVE = []
  include Aws::Structure
end

#page_tokenString

When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

Returns:

  • (String)


2182
2183
2184
2185
2186
2187
2188
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 2182

class ListJobsByPipelineRequest < Struct.new(
  :pipeline_id,
  :ascending,
  :page_token)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_idString

The ID of the pipeline for which you want to get job information.

Returns:

  • (String)


2182
2183
2184
2185
2186
2187
2188
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 2182

class ListJobsByPipelineRequest < Struct.new(
  :pipeline_id,
  :ascending,
  :page_token)
  SENSITIVE = []
  include Aws::Structure
end