Class: Aws::Types::RDSInstanceEstimatedMonthlySavings
- Inherits:
-
Object
- Object
- Aws::Types::RDSInstanceEstimatedMonthlySavings
- 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.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def currency @currency end |
#value ⇒ ::Float
Returns the value of attribute value.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def value @value end |