/AWS1/CL_ECSDAEMONSUMMARY¶
A summary of a daemon.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_daemonarn TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The Amazon Resource Name (ARN) of the daemon.
iv_status TYPE /AWS1/ECSDAEMONSTATUS /AWS1/ECSDAEMONSTATUS¶
The status of the daemon.
iv_createdat TYPE /AWS1/ECSTIMESTAMP /AWS1/ECSTIMESTAMP¶
The Unix timestamp for the time when the daemon was created.
iv_updatedat TYPE /AWS1/ECSTIMESTAMP /AWS1/ECSTIMESTAMP¶
The Unix timestamp for the time when the daemon was last updated.
Queryable Attributes¶
daemonArn¶
The Amazon Resource Name (ARN) of the daemon.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DAEMONARN() |
Getter for DAEMONARN, with configurable default |
ASK_DAEMONARN() |
Getter for DAEMONARN w/ exceptions if field has no value |
HAS_DAEMONARN() |
Determine if DAEMONARN has a value |
status¶
The status of the daemon.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
createdAt¶
The Unix timestamp for the time when the daemon 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 |
updatedAt¶
The Unix timestamp for the time when the daemon was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT 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_DAEMONSUMMARIESLIST¶
TYPES TT_DAEMONSUMMARIESLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ECSDAEMONSUMMARY WITH DEFAULT KEY
.