Class: Aws::Types::LambdaEstimatedMonthlySavings
- Inherits:
-
Object
- Object
- Aws::Types::LambdaEstimatedMonthlySavings
- 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.
853 854 855 |
# File 'sig/types.rbs', line 853 def currency @currency end |
#value ⇒ ::Float
Returns the value of attribute value.
854 855 856 |
# File 'sig/types.rbs', line 854 def value @value end |