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

Class: Aws::DataPipeline::Types::ListPipelinesOutput

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

Overview

Contains the output of ListPipelines.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#has_more_resultsBoolean

Indicates whether there are more results that can be obtained by a subsequent call.

Returns:

  • (Boolean)

    Indicates whether there are more results that can be obtained by a subsequent call.

#markerString

The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.

Returns:

  • (String)

    The starting point for the next page of results.

#pipeline_id_listArray<Types::PipelineIdName>

The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.

Returns: