Class: Aws::OSIS::Types::ListPipelinesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.

Returns:

  • (String)


385
386
387
388
389
390
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 385

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

#pipelinesArray<Types::PipelineSummary>

A list of all existing Data Prepper pipelines.

Returns:



385
386
387
388
389
390
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 385

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