/AWS1/CL_ECSDAEMONCAPACITYPVDR¶
Information about a capacity provider associated with a daemon revision.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The Amazon Resource Name (ARN) of the capacity provider.
iv_runningcount TYPE /AWS1/ECSINTEGER /AWS1/ECSINTEGER¶
The number of daemon tasks running on this capacity provider.
Queryable Attributes¶
arn¶
The Amazon Resource Name (ARN) of the capacity provider.
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 |
runningCount¶
The number of daemon tasks running on this capacity provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RUNNINGCOUNT() |
Getter for RUNNINGCOUNT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DAEMONCAPACITYPROVIDERLIST¶
TYPES TT_DAEMONCAPACITYPROVIDERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ECSDAEMONCAPACITYPVDR WITH DEFAULT KEY
.