/AWS1/CL_CEXGETCOSTANDUSAGEC01¶
GetCostAndUsageComparisonsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_costandusagecomparisons TYPE /AWS1/CL_CEXCOSTANDUSAGECOMP00=>TT_COSTANDUSAGECOMPARISONS TT_COSTANDUSAGECOMPARISONS¶
An array of comparison results showing cost and usage metrics between
BaselineTimePeriodandComparisonTimePeriod.
it_totalcostandusage TYPE /AWS1/CL_CEXCOMPARISONMETRIC00=>TT_COMPARISONMETRICS TT_COMPARISONMETRICS¶
A summary of the total cost and usage, comparing amounts between
BaselineTimePeriodandComparisonTimePeriodand their differences. This total represents the aggregate total across all paginated results, if the response spans multiple pages.
iv_nextpagetoken TYPE /AWS1/CEXNEXTPAGETOKEN /AWS1/CEXNEXTPAGETOKEN¶
The token to retrieve the next set of paginated results.
Queryable Attributes¶
CostAndUsageComparisons¶
An array of comparison results showing cost and usage metrics between
BaselineTimePeriodandComparisonTimePeriod.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COSTANDUSAGECOMPARISONS() |
Getter for COSTANDUSAGECOMPARISONS, with configurable defaul |
ASK_COSTANDUSAGECOMPARISONS() |
Getter for COSTANDUSAGECOMPARISONS w/ exceptions if field ha |
HAS_COSTANDUSAGECOMPARISONS() |
Determine if COSTANDUSAGECOMPARISONS has a value |
TotalCostAndUsage¶
A summary of the total cost and usage, comparing amounts between
BaselineTimePeriodandComparisonTimePeriodand their differences. This total represents the aggregate total across all paginated results, if the response spans multiple pages.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALCOSTANDUSAGE() |
Getter for TOTALCOSTANDUSAGE, with configurable default |
ASK_TOTALCOSTANDUSAGE() |
Getter for TOTALCOSTANDUSAGE w/ exceptions if field has no v |
HAS_TOTALCOSTANDUSAGE() |
Determine if TOTALCOSTANDUSAGE has a value |
NextPageToken¶
The token to retrieve the next set of paginated results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTPAGETOKEN() |
Getter for NEXTPAGETOKEN, with configurable default |
ASK_NEXTPAGETOKEN() |
Getter for NEXTPAGETOKEN w/ exceptions if field has no value |
HAS_NEXTPAGETOKEN() |
Determine if NEXTPAGETOKEN has a value |