class Aws::ElasticTranscoder::Types::ListJobsByPipelineRequest

The `ListJobsByPipelineRequest` structure.

@note When making an API call, you may pass ListJobsByPipelineRequest

data as a hash:

    {
      pipeline_id: "Id", # required
      ascending: "Ascending",
      page_token: "Id",
    }

@!attribute [rw] pipeline_id

The ID of the pipeline for which you want to get job information.
@return [String]

@!attribute [rw] ascending

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`.
@return [String]

@!attribute [rw] page_token

When Elastic Transcoder returns more than one page of results, use
`pageToken` in subsequent `GET` requests to get each successive page
of results.
@return [String]

Constants

SENSITIVE