Class: Aws::ElasticTranscoder::Types::ListJobsByStatusRequest

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

Overview

The ListJobsByStatusRequest 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)


2230
2231
2232
2233
2234
2235
2236
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 2230

class ListJobsByStatusRequest < Struct.new(
  :status,
  :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)


2230
2231
2232
2233
2234
2235
2236
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 2230

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

#statusString

To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.

Returns:

  • (String)


2230
2231
2232
2233
2234
2235
2236
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 2230

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