Class: Aws::Types::PriceWithCurrency
- Inherits:
-
Object
- Object
- Aws::Types::PriceWithCurrency
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency ⇒ ::String
Returns the value of attribute currency.
-
#price ⇒ ::Float
Returns the value of attribute price.
Instance Attribute Details
#currency ⇒ ::String
Returns the value of attribute currency.
398 399 400 |
# File 'sig/types.rbs', line 398 def currency @currency end |
#price ⇒ ::Float
Returns the value of attribute price.
397 398 399 |
# File 'sig/types.rbs', line 397 def price @price end |