/AWS1/CL_ECSDAEMONREVSNDETAIL¶
Details about a daemon revision, including the running task counts per capacity provider.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The Amazon Resource Name (ARN) of the daemon revision.
it_capacityproviders TYPE /AWS1/CL_ECSDAEMONCAPACITYPVDR=>TT_DAEMONCAPACITYPROVIDERLIST TT_DAEMONCAPACITYPROVIDERLIST¶
The capacity providers associated with this daemon revision.
iv_totalrunningcount TYPE /AWS1/ECSINTEGER /AWS1/ECSINTEGER¶
The total number of daemon tasks running for this revision.
Queryable Attributes¶
arn¶
The Amazon Resource Name (ARN) of the daemon revision.
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 |
capacityProviders¶
The capacity providers associated with this daemon revision.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAPACITYPROVIDERS() |
Getter for CAPACITYPROVIDERS, with configurable default |
ASK_CAPACITYPROVIDERS() |
Getter for CAPACITYPROVIDERS w/ exceptions if field has no v |
HAS_CAPACITYPROVIDERS() |
Determine if CAPACITYPROVIDERS has a value |
totalRunningCount¶
The total number of daemon tasks running for this revision.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALRUNNINGCOUNT() |
Getter for TOTALRUNNINGCOUNT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DAEMONREVISIONDETAILLIST¶
TYPES TT_DAEMONREVISIONDETAILLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ECSDAEMONREVSNDETAIL WITH DEFAULT KEY
.