Class: Aws::Types::ReservationValue
- Inherits:
-
Object
- Object
- Aws::Types::ReservationValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hourly_price ⇒ ::String
Returns the value of attribute hourly_price.
-
#remaining_total_value ⇒ ::String
Returns the value of attribute remaining_total_value.
-
#remaining_upfront_value ⇒ ::String
Returns the value of attribute remaining_upfront_value.
Instance Attribute Details
#hourly_price ⇒ ::String
Returns the value of attribute hourly_price.
16319 16320 16321 |
# File 'sig/types.rbs', line 16319 def hourly_price @hourly_price end |
#remaining_total_value ⇒ ::String
Returns the value of attribute remaining_total_value.
16320 16321 16322 |
# File 'sig/types.rbs', line 16320 def remaining_total_value @remaining_total_value end |
#remaining_upfront_value ⇒ ::String
Returns the value of attribute remaining_upfront_value.
16321 16322 16323 |
# File 'sig/types.rbs', line 16321 def remaining_upfront_value @remaining_upfront_value end |