/AWS1/CL_CWLRESULTFIELD¶
Contains one field from one log event returned by a CloudWatch Logs Insights query, along with the value of that field.
For more information about the fields that are generated by CloudWatch logs, see Supported Logs and Discovered Fields.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_field TYPE /AWS1/CWLFIELD /AWS1/CWLFIELD¶
The log event field.
iv_value TYPE /AWS1/CWLVALUE /AWS1/CWLVALUE¶
The value of this field.
Queryable Attributes¶
field¶
The log event field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIELD() |
Getter for FIELD, with configurable default |
ASK_FIELD() |
Getter for FIELD w/ exceptions if field has no value |
HAS_FIELD() |
Determine if FIELD has a value |
value¶
The value of this field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RESULTROWS¶
TYPES TT_RESULTROWS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWLRESULTFIELD WITH DEFAULT KEY
.
TT_QUERYRESULTS¶
TYPES TT_QUERYRESULTS TYPE STANDARD TABLE OF /AWS1/CL_CWLRESULTFIELD=>TT_RESULTROWS WITH DEFAULT KEY
.