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)


364
365
366
367
368
369
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 364

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

#pipelinesArray<Types::PipelineSummary>

A list of all existing Data Prepper pipelines.

Returns:



364
365
366
367
368
369
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 364

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