Class: Aws::ElasticTranscoder::Types::ListJobsByStatusResponse

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

Overview

The ‘ListJobsByStatusResponse` structure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#jobsArray<Types::Job>

An array of ‘Job` objects that have the specified status.

Returns:



3061
3062
3063
3064
3065
3066
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 3061

class ListJobsByStatusResponse < 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)


3061
3062
3063
3064
3065
3066
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 3061

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