/AWS1/CL_SSSLISTSUBCHKRSLTSOUT¶
ListSubCheckResultsOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_subcheckresults TYPE /AWS1/CL_SSSSUBCHECKRESULT=>TT_SUBCHECKRESULTLIST TT_SUBCHECKRESULTLIST¶
The sub-check results of a configuration check operation.
iv_nexttoken TYPE /AWS1/SSSNEXTTOKEN /AWS1/SSSNEXTTOKEN¶
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
Queryable Attributes¶
SubCheckResults¶
The sub-check results of a configuration check operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBCHECKRESULTS() |
Getter for SUBCHECKRESULTS, with configurable default |
ASK_SUBCHECKRESULTS() |
Getter for SUBCHECKRESULTS w/ exceptions if field has no val |
HAS_SUBCHECKRESULTS() |
Determine if SUBCHECKRESULTS has a value |
NextToken¶
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
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 |