Class: Aws::Types::RDSStorageEstimatedMonthlySavings
- Inherits:
-
Object
- Object
- Aws::Types::RDSStorageEstimatedMonthlySavings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency ⇒ "USD", "CNY"
Returns the value of attribute currency.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#currency ⇒ "USD", "CNY"
Returns the value of attribute currency.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def currency @currency end |
#value ⇒ ::Float
Returns the value of attribute value.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def value @value end |