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)


28560
28561
28562
28563
28564
28565
28566
28567
# File 'lib/aws-sdk-ec2/types.rb', line 28560

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)


28560
28561
28562
28563
28564
28565
28566
28567
# File 'lib/aws-sdk-ec2/types.rb', line 28560

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:



28560
28561
28562
28563
28564
28565
28566
28567
# File 'lib/aws-sdk-ec2/types.rb', line 28560

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)


28560
28561
28562
28563
28564
28565
28566
28567
# File 'lib/aws-sdk-ec2/types.rb', line 28560

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 charged to your account when you purchase the reservation.

Returns:

  • (String)


28560
28561
28562
28563
28564
28565
28566
28567
# File 'lib/aws-sdk-ec2/types.rb', line 28560

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