Class: Aws::DataPipeline::Types::ListPipelinesInput

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

Overview

Contains the parameters for ListPipelines.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call ListPipelines with the marker value from the previous call to retrieve the next set of results.

Returns:

  • (String)


452
453
454
455
456
# File 'gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb', line 452

class ListPipelinesInput < Struct.new(
  :marker)
  SENSITIVE = []
  include Aws::Structure
end