/AWS1/CL_GDYUSAGERESOURCERSLT¶
Contains information on the sum of usage based on an Amazon Web Services resource.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_resource TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The Amazon Web Services resource that generated usage.
io_total TYPE REF TO /AWS1/CL_GDYTOTAL /AWS1/CL_GDYTOTAL¶
Represents the sum total of usage for the specified resource type.
Queryable Attributes¶
Resource¶
The Amazon Web Services resource that generated usage.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCE() |
Getter for RESOURCE, with configurable default |
ASK_RESOURCE() |
Getter for RESOURCE w/ exceptions if field has no value |
HAS_RESOURCE() |
Determine if RESOURCE has a value |
Total¶
Represents the sum total of usage for the specified resource type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTAL() |
Getter for TOTAL |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_USAGERESOURCERESULTLIST¶
TYPES TT_USAGERESOURCERESULTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GDYUSAGERESOURCERSLT WITH DEFAULT KEY
.