/AWS1/CL_PIPLISTPLINEXECSOUT¶
Represents the output of a ListPipelineExecutions action.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_pipelineexecutionsums TYPE /AWS1/CL_PIPPLINEXECSUMMARY=>TT_PIPELINEEXECSUMMARYLIST TT_PIPELINEEXECSUMMARYLIST¶
A list of executions in the history of a pipeline.
iv_nexttoken TYPE /AWS1/PIPNEXTTOKEN /AWS1/PIPNEXTTOKEN¶
A token that can be used in the next
ListPipelineExecutionscall. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.
Queryable Attributes¶
pipelineExecutionSummaries¶
A list of executions in the history of a pipeline.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PIPELINEEXECUTIONSUMS() |
Getter for PIPELINEEXECUTIONSUMMARIES, with configurable def |
ASK_PIPELINEEXECUTIONSUMS() |
Getter for PIPELINEEXECUTIONSUMMARIES w/ exceptions if field |
HAS_PIPELINEEXECUTIONSUMS() |
Determine if PIPELINEEXECUTIONSUMMARIES has a value |
nextToken¶
A token that can be used in the next
ListPipelineExecutionscall. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.
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 |