class Aws::CodePipeline::Types::ListPipelinesInput

Represents the input of a `ListPipelines` action.

@note When making an API call, you may pass ListPipelinesInput

data as a hash:

    {
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] next_token

An identifier that was returned from the previous list pipelines
call. It can be used to return the next set of pipelines in the
list.
@return [String]

@!attribute [rw] max_results

The maximum number of pipelines to return in a single call. To
retrieve the remaining pipelines, make another call with the
returned nextToken value. The minimum value you can specify is 1.
The maximum accepted value is 1000.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/ListPipelinesInput AWS API Documentation

Constants

SENSITIVE