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

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

Overview

The cost associated with the Reserved Instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hourly_priceString

The hourly rate of the reservation.

Returns:

  • (String)


57083
57084
57085
57086
57087
57088
57089
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57083

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

#remaining_total_valueString

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

Returns:

  • (String)


57083
57084
57085
57086
57087
57088
57089
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57083

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

#remaining_upfront_valueString

The remaining upfront cost of the reservation.

Returns:

  • (String)


57083
57084
57085
57086
57087
57088
57089
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57083

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