Class: Aws::EC2::Types::PurchaseHostReservationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::PurchaseHostReservationResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#currency_code ⇒ String
The currency in which the
totalUpfrontPriceandtotalHourlyPriceamounts are specified. -
#purchase ⇒ Array<Types::Purchase>
Describes the details of the purchase.
-
#total_hourly_price ⇒ String
The total hourly price of the reservation calculated per hour.
-
#total_upfront_price ⇒ String
The total amount charged to your account when you purchase the reservation.
Instance Attribute Details
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.
66667 66668 66669 66670 66671 66672 66673 66674 66675 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66667 class PurchaseHostReservationResult < Struct.new( :client_token, :currency_code, :purchase, :total_hourly_price, :total_upfront_price) SENSITIVE = [] include Aws::Structure end |
#currency_code ⇒ String
The currency in which the totalUpfrontPrice and totalHourlyPrice
amounts are specified. At this time, the only supported currency is
USD.
66667 66668 66669 66670 66671 66672 66673 66674 66675 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66667 class PurchaseHostReservationResult < Struct.new( :client_token, :currency_code, :purchase, :total_hourly_price, :total_upfront_price) SENSITIVE = [] include Aws::Structure end |
#purchase ⇒ Array<Types::Purchase>
Describes the details of the purchase.
66667 66668 66669 66670 66671 66672 66673 66674 66675 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66667 class PurchaseHostReservationResult < Struct.new( :client_token, :currency_code, :purchase, :total_hourly_price, :total_upfront_price) SENSITIVE = [] include Aws::Structure end |
#total_hourly_price ⇒ String
The total hourly price of the reservation calculated per hour.
66667 66668 66669 66670 66671 66672 66673 66674 66675 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66667 class PurchaseHostReservationResult < Struct.new( :client_token, :currency_code, :purchase, :total_hourly_price, :total_upfront_price) SENSITIVE = [] include Aws::Structure end |
#total_upfront_price ⇒ String
The total amount charged to your account when you purchase the reservation.
66667 66668 66669 66670 66671 66672 66673 66674 66675 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66667 class PurchaseHostReservationResult < Struct.new( :client_token, :currency_code, :purchase, :total_hourly_price, :total_upfront_price) SENSITIVE = [] include Aws::Structure end |