paws.analytics (version 0.1.0)

datapipeline_list_pipelines: Lists the pipeline identifiers for all active pipelines that you have permission to access

Description

Lists the pipeline identifiers for all active pipelines that you have permission to access.

Usage

datapipeline_list_pipelines(marker)

Arguments

marker

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.

Request syntax

svc$list_pipelines(
  marker = "string"
)