/AWS1/CL_COPRDSSTRGESTIMATED00¶
Describes the estimated monthly savings possible for DB instance storage by adopting Compute Optimizer recommendations. This is based on DB instance pricing after applying Savings Plans discounts.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_currency TYPE /AWS1/COPCURRENCY /AWS1/COPCURRENCY¶
The currency of the estimated monthly savings.
iv_value TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The value of the estimated monthly savings for DB instance storage.
Queryable Attributes¶
currency¶
The currency of the estimated monthly savings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CURRENCY() |
Getter for CURRENCY, with configurable default |
ASK_CURRENCY() |
Getter for CURRENCY w/ exceptions if field has no value |
HAS_CURRENCY() |
Determine if CURRENCY has a value |
value¶
The value of the estimated monthly savings for DB instance storage.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
STR_VALUE() |
String format for VALUE |