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.
-
#currency_code ⇒ "USD"
Returns the value of attribute currency_code.
Instance Attribute Details
#amount ⇒ ::Float
Returns the value of attribute amount.
963 964 965 |
# File 'sig/types.rbs', line 963 def amount @amount end |
#currency_code ⇒ "USD"
Returns the value of attribute currency_code.
964 965 966 |
# File 'sig/types.rbs', line 964 def currency_code @currency_code end |