/AWS1/CL_ETCLISTPLINSRESPONSE¶
A list of the pipelines associated with the current AWS account.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_pipelines TYPE /AWS1/CL_ETCPIPELINE=>TT_PIPELINES TT_PIPELINES¶
An array of
Pipelineobjects.
iv_nextpagetoken TYPE /AWS1/ETCID /AWS1/ETCID¶
A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of
NextPageTokenisnull.
Queryable Attributes¶
Pipelines¶
An array of
Pipelineobjects.
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 |
NextPageToken¶
A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of
NextPageTokenisnull.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTPAGETOKEN() |
Getter for NEXTPAGETOKEN, with configurable default |
ASK_NEXTPAGETOKEN() |
Getter for NEXTPAGETOKEN w/ exceptions if field has no value |
HAS_NEXTPAGETOKEN() |
Determine if NEXTPAGETOKEN has a value |