/AWS1/CL_SYNCANARYLASTRUN¶
This structure contains information about the most recent run of a single canary.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_canaryname TYPE /AWS1/SYNCANARYNAME /AWS1/SYNCANARYNAME¶
The name of the canary.
io_lastrun TYPE REF TO /AWS1/CL_SYNCANARYRUN /AWS1/CL_SYNCANARYRUN¶
The results from this canary's most recent run.
Queryable Attributes¶
CanaryName¶
The name of the canary.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CANARYNAME() |
Getter for CANARYNAME, with configurable default |
ASK_CANARYNAME() |
Getter for CANARYNAME w/ exceptions if field has no value |
HAS_CANARYNAME() |
Determine if CANARYNAME has a value |
LastRun¶
The results from this canary's most recent run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTRUN() |
Getter for LASTRUN |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CANARIESLASTRUN¶
TYPES TT_CANARIESLASTRUN TYPE STANDARD TABLE OF REF TO /AWS1/CL_SYNCANARYLASTRUN WITH DEFAULT KEY
.