You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListPipelinesInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  marker: "string",
}

Contains the parameters for ListPipelines.

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)

    The starting point for the results to be returned.