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.
16022 16023 16024 |
# File 'sig/types.rbs', line 16022 def hourly_price @hourly_price end |
#remaining_total_value ⇒ ::String
Returns the value of attribute remaining_total_value.
16023 16024 16025 |
# File 'sig/types.rbs', line 16023 def remaining_total_value @remaining_total_value end |
#remaining_upfront_value ⇒ ::String
Returns the value of attribute remaining_upfront_value.
16024 16025 16026 |
# File 'sig/types.rbs', line 16024 def remaining_upfront_value @remaining_upfront_value end |