Skip to content

/AWS1/CL_PIPLISTPLINSOUTPUT

Represents the output of a ListPipelines action.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_pipelines TYPE /AWS1/CL_PIPPIPELINESUMMARY=>TT_PIPELINELIST TT_PIPELINELIST

The list of pipelines.

iv_nexttoken TYPE /AWS1/PIPNEXTTOKEN /AWS1/PIPNEXTTOKEN

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.


Queryable Attributes

pipelines

The list of pipelines.

Accessible with the following methods

Method Description
GET_PIPELINES() Getter for PIPELINES, with configurable default
ASK_PIPELINES() Getter for PIPELINES w/ exceptions if field has no value
HAS_PIPELINES() Determine if PIPELINES has a value

nextToken

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.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value