/AWS1/CL_LSACONTAINERSVCLOGEVT¶
Describes the log events of a container of an Amazon Lightsail container service.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_createdat TYPE /AWS1/LSAISODATE /AWS1/LSAISODATE¶
The timestamp when the container service log event was created.
iv_message TYPE /AWS1/LSASTRING /AWS1/LSASTRING¶
The message of the container service log event.
Queryable Attributes¶
createdAt¶
The timestamp when the container service log event was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
message¶
The message of the container service log event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE 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_CONTAINERSVCLOGEVENTLIST¶
TYPES TT_CONTAINERSVCLOGEVENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LSACONTAINERSVCLOGEVT WITH DEFAULT KEY
.