Class: Aws::Types::ReservedInstanceLimitPrice
- Inherits:
-
Object
- Object
- Aws::Types::ReservedInstanceLimitPrice
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amount ⇒ ::Float
Returns the value of attribute amount.
-
#currency_code ⇒ "USD"
Returns the value of attribute currency_code.
Instance Attribute Details
#amount ⇒ ::Float
Returns the value of attribute amount.
16039 16040 16041 |
# File 'sig/types.rbs', line 16039 def amount @amount end |
#currency_code ⇒ "USD"
Returns the value of attribute currency_code.
16040 16041 16042 |
# File 'sig/types.rbs', line 16040 def currency_code @currency_code end |