/AWS1/CL_SSSLSTSUBCHKRLRSSOUT¶
ListSubCheckRuleResultsOutput
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_ruleresults
TYPE /AWS1/CL_SSSRULERESULT=>TT_RULERESULTLIST
TT_RULERESULTLIST
¶
The rule results of a sub-check belonging to 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¶
RuleResults¶
The rule results of a sub-check belonging to a configuration check operation.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RULERESULTS() |
Getter for RULERESULTS, with configurable default |
ASK_RULERESULTS() |
Getter for RULERESULTS w/ exceptions if field has no value |
HAS_RULERESULTS() |
Determine if RULERESULTS 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 |