/AWS1/CL_CWOLISTTELPLINSOUTPUT¶
ListTelemetryPipelinesOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_pipelinesummaries TYPE /AWS1/CL_CWOTELPIPELINESUMMARY=>TT_TELEMETRYPIPELINESUMMARIES TT_TELEMETRYPIPELINESUMMARIES¶
A list of telemetry pipeline summaries containing key information about each pipeline.
iv_nexttoken TYPE /AWS1/CWONEXTTOKEN /AWS1/CWONEXTTOKEN¶
A token to resume pagination of results.
Queryable Attributes¶
PipelineSummaries¶
A list of telemetry pipeline summaries containing key information about each pipeline.
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¶
A token to resume pagination of 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 |