Class: Aws::EC2::Types::ReservationValue

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

The cost associated with the Reserved Instance.

Instance Attribute Summary collapse

Instance Attribute Details

#hourly_priceString

The hourly rate of the reservation.

Returns:

  • (String)


19876
19877
19878
19879
19880
19881
# File 'lib/aws-sdk-ec2/types.rb', line 19876

class ReservationValue < Struct.new(
  :hourly_price,
  :remaining_total_value,
  :remaining_upfront_value)
  include Aws::Structure
end

#remaining_total_valueString

The balance of the total value (the sum of remainingUpfrontValue + hourlyPrice * number of hours remaining).

Returns:

  • (String)


19876
19877
19878
19879
19880
19881
# File 'lib/aws-sdk-ec2/types.rb', line 19876

class ReservationValue < Struct.new(
  :hourly_price,
  :remaining_total_value,
  :remaining_upfront_value)
  include Aws::Structure
end

#remaining_upfront_valueString

The remaining upfront cost of the reservation.

Returns:

  • (String)


19876
19877
19878
19879
19880
19881
# File 'lib/aws-sdk-ec2/types.rb', line 19876

class ReservationValue < Struct.new(
  :hourly_price,
  :remaining_total_value,
  :remaining_upfront_value)
  include Aws::Structure
end