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)


30530
30531
30532
30533
30534
30535
# File 'lib/aws-sdk-ec2/types.rb', line 30530

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)


30530
30531
30532
30533
30534
30535
# File 'lib/aws-sdk-ec2/types.rb', line 30530

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)


30530
30531
30532
30533
30534
30535
# File 'lib/aws-sdk-ec2/types.rb', line 30530

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