/AWS1/CL_CEXCOSTCATRESASSOC¶
A reference to a cost category association that contains information on an associated resource.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_resourcearn TYPE /AWS1/CEXGENERICARN /AWS1/CEXGENERICARN¶
The unique identifier for an associated resource.
iv_costcategoryname TYPE /AWS1/CEXCOSTCATEGORYNAME /AWS1/CEXCOSTCATEGORYNAME¶
CostCategoryName
iv_costcategoryarn TYPE /AWS1/CEXARN /AWS1/CEXARN¶
The unique identifier for your cost category.
Queryable Attributes¶
ResourceArn¶
The unique identifier for an associated resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN has a value |
CostCategoryName¶
CostCategoryName
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COSTCATEGORYNAME() |
Getter for COSTCATEGORYNAME, with configurable default |
ASK_COSTCATEGORYNAME() |
Getter for COSTCATEGORYNAME w/ exceptions if field has no va |
HAS_COSTCATEGORYNAME() |
Determine if COSTCATEGORYNAME has a value |
CostCategoryArn¶
The unique identifier for your cost category.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COSTCATEGORYARN() |
Getter for COSTCATEGORYARN, with configurable default |
ASK_COSTCATEGORYARN() |
Getter for COSTCATEGORYARN w/ exceptions if field has no val |
HAS_COSTCATEGORYARN() |
Determine if COSTCATEGORYARN 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_COSTCATEGORYRESOURCEASSOCS¶
TYPES TT_COSTCATEGORYRESOURCEASSOCS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CEXCOSTCATRESASSOC WITH DEFAULT KEY
.