Class: Aws::Types::PricingCurrencyAmount
- Inherits:
-
Object
- Object
- Aws::Types::PricingCurrencyAmount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amount ⇒ ::String
Returns the value of attribute amount.
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#max_adjustment_amount ⇒ ::String
Returns the value of attribute max_adjustment_amount.
Instance Attribute Details
#amount ⇒ ::String
Returns the value of attribute amount.
665 666 667 |
# File 'sig/types.rbs', line 665 def amount @amount end |
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
667 668 669 |
# File 'sig/types.rbs', line 667 def currency_code @currency_code end |
#max_adjustment_amount ⇒ ::String
Returns the value of attribute max_adjustment_amount.
666 667 668 |
# File 'sig/types.rbs', line 666 def max_adjustment_amount @max_adjustment_amount end |