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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


34540
34541
34542
34543
34544
34545
34546
34547
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34540

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

#purchaseArray<Types::Purchase>

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

Returns:



34540
34541
34542
34543
34544
34545
34546
34547
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34540

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

#total_hourly_priceString

The potential total hourly price of the reservation per hour.

Returns:

  • (String)


34540
34541
34542
34543
34544
34545
34546
34547
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34540

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

#total_upfront_priceString

The potential total upfront price. This is billed immediately.

Returns:

  • (String)


34540
34541
34542
34543
34544
34545
34546
34547
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34540

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