Class: Aws::EC2::Types::ReservationValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ReservationValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
The cost associated with the Reserved Instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hourly_price ⇒ String
The hourly rate of the reservation.
-
#remaining_total_value ⇒ String
The balance of the total value (the sum of remainingUpfrontValue + hourlyPrice * number of hours remaining).
-
#remaining_upfront_value ⇒ String
The remaining upfront cost of the reservation.
Instance Attribute Details
#hourly_price ⇒ String
The hourly rate of the reservation.
61346 61347 61348 61349 61350 61351 61352 |
# File 'lib/aws-sdk-ec2/types.rb', line 61346 class ReservationValue < Struct.new( :hourly_price, :remaining_total_value, :remaining_upfront_value) SENSITIVE = [] include Aws::Structure end |
#remaining_total_value ⇒ String
The balance of the total value (the sum of remainingUpfrontValue + hourlyPrice * number of hours remaining).
61346 61347 61348 61349 61350 61351 61352 |
# File 'lib/aws-sdk-ec2/types.rb', line 61346 class ReservationValue < Struct.new( :hourly_price, :remaining_total_value, :remaining_upfront_value) SENSITIVE = [] include Aws::Structure end |
#remaining_upfront_value ⇒ String
The remaining upfront cost of the reservation.
61346 61347 61348 61349 61350 61351 61352 |
# File 'lib/aws-sdk-ec2/types.rb', line 61346 class ReservationValue < Struct.new( :hourly_price, :remaining_total_value, :remaining_upfront_value) SENSITIVE = [] include Aws::Structure end |