/AWS1/CL_CWTDESCRINSIGHTRLSOUT¶
DescribeInsightRulesOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/CWTNEXTTOKEN /AWS1/CWTNEXTTOKEN¶
If this parameter is present, it is a token that marks the start of the next batch of returned results.
it_insightrules TYPE /AWS1/CL_CWTINSIGHTRULE=>TT_INSIGHTRULES TT_INSIGHTRULES¶
The rules returned by the operation.
Queryable Attributes¶
NextToken¶
If this parameter is present, it is a token that marks the start of the next batch of returned 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 |
InsightRules¶
The rules returned by the operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSIGHTRULES() |
Getter for INSIGHTRULES, with configurable default |
ASK_INSIGHTRULES() |
Getter for INSIGHTRULES w/ exceptions if field has no value |
HAS_INSIGHTRULES() |
Determine if INSIGHTRULES has a value |