Class: Aws::EC2::Types::PurchaseHostReservationResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see [How to Ensure Idempotency] in the *Amazon Elastic Compute Cloud User Guide*

[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html

Returns:

  • (String)


18408
18409
18410
18411
18412
18413
18414
18415
# File 'lib/aws-sdk-ec2/types.rb', line 18408

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

#currency_codeString

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

Returns:

  • (String)


18408
18409
18410
18411
18412
18413
18414
18415
# File 'lib/aws-sdk-ec2/types.rb', line 18408

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

#purchaseArray<Types::Purchase>

Describes the details of the purchase.

Returns:



18408
18409
18410
18411
18412
18413
18414
18415
# File 'lib/aws-sdk-ec2/types.rb', line 18408

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

#total_hourly_priceString

The total hourly price of the reservation calculated per hour.

Returns:

  • (String)


18408
18409
18410
18411
18412
18413
18414
18415
# File 'lib/aws-sdk-ec2/types.rb', line 18408

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

#total_upfront_priceString

The total amount that will be charged to your account when you purchase the reservation.

Returns:

  • (String)


18408
18409
18410
18411
18412
18413
18414
18415
# File 'lib/aws-sdk-ec2/types.rb', line 18408

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