Class: Aws::EC2::Types::GetHostReservationPurchasePreviewResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#currency_codeString

The currency in which the ‘totalUpfrontPrice` and `totalHourlyPrice` amounts are specified. At this time, the only supported currency is `USD`.

Returns:

  • (String)


13085
13086
13087
13088
13089
13090
13091
# File 'lib/aws-sdk-ec2/types.rb', line 13085

class GetHostReservationPurchasePreviewResult < Struct.new(
  :currency_code,
  :purchase,
  :total_hourly_price,
  :total_upfront_price)
  include Aws::Structure
end

#purchaseArray<Types::Purchase>

The purchase information of the Dedicated Host Reservation and the Dedicated Hosts associated with it.

Returns:



13085
13086
13087
13088
13089
13090
13091
# File 'lib/aws-sdk-ec2/types.rb', line 13085

class GetHostReservationPurchasePreviewResult < Struct.new(
  :currency_code,
  :purchase,
  :total_hourly_price,
  :total_upfront_price)
  include Aws::Structure
end

#total_hourly_priceString

The potential total hourly price of the reservation per hour.

Returns:

  • (String)


13085
13086
13087
13088
13089
13090
13091
# File 'lib/aws-sdk-ec2/types.rb', line 13085

class GetHostReservationPurchasePreviewResult < Struct.new(
  :currency_code,
  :purchase,
  :total_hourly_price,
  :total_upfront_price)
  include Aws::Structure
end

#total_upfront_priceString

The potential total upfront price. This is billed immediately.

Returns:

  • (String)


13085
13086
13087
13088
13089
13090
13091
# File 'lib/aws-sdk-ec2/types.rb', line 13085

class GetHostReservationPurchasePreviewResult < Struct.new(
  :currency_code,
  :purchase,
  :total_hourly_price,
  :total_upfront_price)
  include Aws::Structure
end