/AWS1/CL_IOSLISTPLINSRESPONSE¶
Response structure for ListPipelines operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_pipelinesummaries TYPE /AWS1/CL_IOSPIPELINESUMMARY=>TT_PIPELINESUMMARIES TT_PIPELINESUMMARIES¶
A list that summarizes each pipeline in the workspace.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/IOSPAGINATIONTOKEN /AWS1/IOSPAGINATIONTOKEN¶
The token to be used for the next set of paginated results.
Queryable Attributes¶
pipelineSummaries¶
A list that summarizes each pipeline in the workspace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PIPELINESUMMARIES() |
Getter for PIPELINESUMMARIES, with configurable default |
ASK_PIPELINESUMMARIES() |
Getter for PIPELINESUMMARIES w/ exceptions if field has no v |
HAS_PIPELINESUMMARIES() |
Determine if PIPELINESUMMARIES 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 |