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

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

#client_tokenString

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

Returns:

  • (String)


54670
54671
54672
54673
54674
54675
54676
54677
54678
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54670

class PurchaseHostReservationResult < Struct.new(
  :client_token,
  :currency_code,
  :purchase,
  :total_hourly_price,
  :total_upfront_price)
  SENSITIVE = []
  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)


54670
54671
54672
54673
54674
54675
54676
54677
54678
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54670

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

#purchaseArray<Types::Purchase>

Describes the details of the purchase.

Returns:



54670
54671
54672
54673
54674
54675
54676
54677
54678
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54670

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

#total_hourly_priceString

The total hourly price of the reservation calculated per hour.

Returns:

  • (String)


54670
54671
54672
54673
54674
54675
54676
54677
54678
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54670

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

#total_upfront_priceString

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

Returns:

  • (String)


54670
54671
54672
54673
54674
54675
54676
54677
54678
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54670

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