You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticTranscoder::Types::ListJobsByStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticTranscoder::Types::ListJobsByStatusResponse
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#jobs ⇒ Array<Types::Job>
An array of
Jobobjects that have the specified status. -
#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 have the specified status.
#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.