Skip to content

/AWS1/CL_IOSLISTPLINEXECSRSP

Response structure for ListPipelineExecutions operation.

CONSTRUCTOR

IMPORTING

Required arguments:

it_pipelineexecsummaries TYPE /AWS1/CL_IOSPLINEXECSUMMARY=>TT_PIPELINEEXECSUMMARYLIST TT_PIPELINEEXECSUMMARYLIST

A list that summarizes each pipeline execution.

Optional arguments:

iv_nexttoken TYPE /AWS1/IOSPAGINATIONTOKEN /AWS1/IOSPAGINATIONTOKEN

The token to be used for the next set of paginated results.


Queryable Attributes

pipelineExecutionSummaries

A list that summarizes each pipeline execution.

Accessible with the following methods

Method Description
GET_PIPELINEEXECSUMMARIES() Getter for PIPELINEEXECUTIONSUMMARIES, with configurable def
ASK_PIPELINEEXECSUMMARIES() Getter for PIPELINEEXECUTIONSUMMARIES w/ exceptions if field
HAS_PIPELINEEXECSUMMARIES() Determine if PIPELINEEXECUTIONSUMMARIES has a value

nextToken

The token to be used for the next set of paginated results.

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