Class: Aws::CodePipeline::Types::ListPipelinesInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codepipeline/types.rb

Overview

Note:

When making an API call, you may pass ListPipelinesInput data as a hash:

{
  next_token: "NextToken",
}

Represents the input of a ListPipelines action.

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

An identifier that was returned from the previous list pipelines call, which can be used to return the next set of pipelines in the list.

Returns:

  • (String)


1812
1813
1814
1815
# File 'lib/aws-sdk-codepipeline/types.rb', line 1812

class ListPipelinesInput < Struct.new(
  :next_token)
  include Aws::Structure
end