Class: Aws::Types::Price
- Inherits:
-
Object
- Object
- Aws::Types::Price
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amount ⇒ ::String
Returns the value of attribute amount.
-
#currency ⇒ "USDC"
Returns the value of attribute currency.
Instance Attribute Details
#amount ⇒ ::String
Returns the value of attribute amount.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def amount @amount end |
#currency ⇒ "USDC"
Returns the value of attribute currency.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def currency @currency end |