Class: Aws::Types::MonetaryValue
- Inherits:
-
Object
- Object
- Aws::Types::MonetaryValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amount ⇒ ::String
Returns the value of attribute amount.
-
#currency_code ⇒ "USD", ...
Returns the value of attribute currency_code.
Instance Attribute Details
#amount ⇒ ::String
Returns the value of attribute amount.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def amount @amount end |
#currency_code ⇒ "USD", ...
Returns the value of attribute currency_code.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def currency_code @currency_code end |