Class: Aws::Types::MonetaryAmount
- Inherits:
-
Object
- Object
- Aws::Types::MonetaryAmount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amount ⇒ ::Float
Returns the value of attribute amount.
-
#unit ⇒ "USD"
Returns the value of attribute unit.
Instance Attribute Details
#amount ⇒ ::Float
Returns the value of attribute amount.
129 130 131 |
# File 'sig/types.rbs', line 129 def amount @amount end |
#unit ⇒ "USD"
Returns the value of attribute unit.
130 131 132 |
# File 'sig/types.rbs', line 130 def unit @unit end |