/AWS1/CL_ECSDAEMONTASKDEFNSUMM¶
A summary of a daemon task definition.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The Amazon Resource Name (ARN) of the daemon task definition.
iv_registeredat TYPE /AWS1/ECSTIMESTAMP /AWS1/ECSTIMESTAMP¶
The Unix timestamp for the time when the daemon task definition was registered.
iv_registeredby TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The principal that registered the daemon task definition.
iv_deleterequestedat TYPE /AWS1/ECSTIMESTAMP /AWS1/ECSTIMESTAMP¶
The Unix timestamp for the time when the daemon task definition delete was requested.
iv_status TYPE /AWS1/ECSDAEMONTASKDEFNSTATUS /AWS1/ECSDAEMONTASKDEFNSTATUS¶
The status of the daemon task definition.
Queryable Attributes¶
arn¶
The Amazon Resource Name (ARN) of the daemon task definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
registeredAt¶
The Unix timestamp for the time when the daemon task definition was registered.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGISTEREDAT() |
Getter for REGISTEREDAT, with configurable default |
ASK_REGISTEREDAT() |
Getter for REGISTEREDAT w/ exceptions if field has no value |
HAS_REGISTEREDAT() |
Determine if REGISTEREDAT has a value |
registeredBy¶
The principal that registered the daemon task definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGISTEREDBY() |
Getter for REGISTEREDBY, with configurable default |
ASK_REGISTEREDBY() |
Getter for REGISTEREDBY w/ exceptions if field has no value |
HAS_REGISTEREDBY() |
Determine if REGISTEREDBY has a value |
deleteRequestedAt¶
The Unix timestamp for the time when the daemon task definition delete was requested.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELETEREQUESTEDAT() |
Getter for DELETEREQUESTEDAT, with configurable default |
ASK_DELETEREQUESTEDAT() |
Getter for DELETEREQUESTEDAT w/ exceptions if field has no v |
HAS_DELETEREQUESTEDAT() |
Determine if DELETEREQUESTEDAT has a value |
status¶
The status of the daemon task definition.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DAEMONTASKDEFNSUMMARIES¶
TYPES TT_DAEMONTASKDEFNSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_ECSDAEMONTASKDEFNSUMM WITH DEFAULT KEY
.