You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The ListJobsByPipelineResponse structure.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#jobsArray<Types::Job>

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

Returns:

  • (Array<Types::Job>)

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

#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)

    A value that you use to access the second and subsequent pages of results, if any.