/AWS1/CL_CWLUPDLOOKUPTABLERSP¶
UpdateLookupTableResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_lookuptablearn TYPE /AWS1/CWLARN /AWS1/CWLARN¶
The ARN of the lookup table that was updated.
iv_lastupdatedtime TYPE /AWS1/CWLTIMESTAMP /AWS1/CWLTIMESTAMP¶
The time when the lookup table was last updated, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.
Queryable Attributes¶
lookupTableArn¶
The ARN of the lookup table that was updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOOKUPTABLEARN() |
Getter for LOOKUPTABLEARN, with configurable default |
ASK_LOOKUPTABLEARN() |
Getter for LOOKUPTABLEARN w/ exceptions if field has no valu |
HAS_LOOKUPTABLEARN() |
Determine if LOOKUPTABLEARN has a value |
lastUpdatedTime¶
The time when the lookup table was last updated, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME, with configurable default |
ASK_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME w/ exceptions if field has no val |
HAS_LASTUPDATEDTIME() |
Determine if LASTUPDATEDTIME has a value |