Class: Aws::Types::CostAmount
- Inherits:
-
Object
- Object
- Aws::Types::CostAmount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amount ⇒ ::Float
Returns the value of attribute amount.
-
#currency ⇒ "USD"
Returns the value of attribute currency.
Instance Attribute Details
#amount ⇒ ::Float
Returns the value of attribute amount.
432 433 434 |
# File 'sig/types.rbs', line 432 def amount @amount end |
#currency ⇒ "USD"
Returns the value of attribute currency.
433 434 435 |
# File 'sig/types.rbs', line 433 def currency @currency end |