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

Class: Aws::CodePipeline::Types::ListPipelinesOutput

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

Overview

Represents the output of a ListPipelines action.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If the amount of returned information is significantly large, an identifier is also returned. It can be used in a subsequent list pipelines call to return the next set of pipelines in the list.

Returns:

  • (String)

    If the amount of returned information is significantly large, an identifier is also returned.

#pipelinesArray<Types::PipelineSummary>

The list of pipelines.

Returns: