Class: Aws::Types::Amount
- Inherits:
-
Object
- Object
- Aws::Types::Amount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency_amount ⇒ ::String
Returns the value of attribute currency_amount.
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
Instance Attribute Details
#currency_amount ⇒ ::String
Returns the value of attribute currency_amount.
31 32 33 |
# File 'sig/types.rbs', line 31 def currency_amount @currency_amount end |
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
30 31 32 |
# File 'sig/types.rbs', line 30 def currency_code @currency_code end |