/AWS1/CL_OSILISTPLINENDPTSRSP¶
ListPipelineEndpointsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/OSINEXTTOKEN /AWS1/OSINEXTTOKEN¶
When
NextTokenis returned, there are more results available. The value ofNextTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
it_pipelineendpoints TYPE /AWS1/CL_OSIPIPELINEENDPOINT=>TT_PIPELINEENDPTSSUMMARYLIST TT_PIPELINEENDPTSSUMMARYLIST¶
A list of pipeline endpoints.
Queryable Attributes¶
NextToken¶
When
NextTokenis returned, there are more results available. The value ofNextTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
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 |
PipelineEndpoints¶
A list of pipeline endpoints.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PIPELINEENDPOINTS() |
Getter for PIPELINEENDPOINTS, with configurable default |
ASK_PIPELINEENDPOINTS() |
Getter for PIPELINEENDPOINTS w/ exceptions if field has no v |
HAS_PIPELINEENDPOINTS() |
Determine if PIPELINEENDPOINTS has a value |