Class: Aws::ElasticTranscoder::Types::ListPipelinesResponse

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

Overview

A list of the pipelines associated with the current AWS account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_tokenString

A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you’ve reached the last page of results, the value of ‘NextPageToken` is `null`.

Returns:

  • (String)


3110
3111
3112
3113
3114
3115
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 3110

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

#pipelinesArray<Types::Pipeline>

An array of ‘Pipeline` objects.

Returns:



3110
3111
3112
3113
3114
3115
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 3110

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