/AWS1/CL_REVLISTTESTSOURCESRSP¶
ListTestSourcesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_testsources TYPE /AWS1/CL_REVTESTSOURCESUMMARY=>TT_TESTSOURCESUMMARYLIST TT_TESTSOURCESUMMARYLIST¶
The list of configured monitoring sources.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/REVNEXTTOKEN /AWS1/REVNEXTTOKEN¶
Pagination token.
Queryable Attributes¶
testSources¶
The list of configured monitoring sources.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TESTSOURCES() |
Getter for TESTSOURCES, with configurable default |
ASK_TESTSOURCES() |
Getter for TESTSOURCES w/ exceptions if field has no value |
HAS_TESTSOURCES() |
Determine if TESTSOURCES has a value |
nextToken¶
Pagination token.
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 |