Class: Aws::ElasticTranscoder::Types::ListPipelinesRequest

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

Overview

The ‘ListPipelineRequest` structure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ascendingString

To list pipelines in chronological order by the date and time that they were created, enter ‘true`. To list pipelines in reverse chronological order, enter `false`.

Returns:

  • (String)


2272
2273
2274
2275
2276
2277
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 2272

class ListPipelinesRequest < Struct.new(
  :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)


2272
2273
2274
2275
2276
2277
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 2272

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