Class: Aws::EC2::Types::PurchaseHostReservationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::PurchaseHostReservationRequest
- 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
totalUpfrontPrice,LimitPrice, andtotalHourlyPriceamounts are specified. -
#host_id_set ⇒ Array<String>
The IDs of the Dedicated Hosts with which the reservation will be associated.
-
#limit_price ⇒ String
The specified limit is checked against the total upfront cost of the reservation (calculated as the offering's upfront cost multiplied by the host count).
-
#offering_id ⇒ String
The ID of the offering.
-
#tag_specifications ⇒ Array<Types::TagSpecification>
The tags to apply to the Dedicated Host Reservation during purchase.
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.
70242 70243 70244 70245 70246 70247 70248 70249 70250 70251 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70242 class PurchaseHostReservationRequest < Struct.new( :client_token, :currency_code, :host_id_set, :limit_price, :offering_id, :tag_specifications) SENSITIVE = [] include Aws::Structure end |
#currency_code ⇒ String
The currency in which the totalUpfrontPrice, LimitPrice, and
totalHourlyPrice amounts are specified. At this time, the only
supported currency is USD.
70242 70243 70244 70245 70246 70247 70248 70249 70250 70251 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70242 class PurchaseHostReservationRequest < Struct.new( :client_token, :currency_code, :host_id_set, :limit_price, :offering_id, :tag_specifications) SENSITIVE = [] include Aws::Structure end |
#host_id_set ⇒ Array<String>
The IDs of the Dedicated Hosts with which the reservation will be associated.
70242 70243 70244 70245 70246 70247 70248 70249 70250 70251 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70242 class PurchaseHostReservationRequest < Struct.new( :client_token, :currency_code, :host_id_set, :limit_price, :offering_id, :tag_specifications) SENSITIVE = [] include Aws::Structure end |
#limit_price ⇒ String
The specified limit is checked against the total upfront cost of the
reservation (calculated as the offering's upfront cost multiplied
by the host count). If the total upfront cost is greater than the
specified price limit, the request fails. This is used to ensure
that the purchase does not exceed the expected upfront cost of the
purchase. At this time, the only supported currency is USD. For
example, to indicate a limit price of USD 100, specify 100.00.
70242 70243 70244 70245 70246 70247 70248 70249 70250 70251 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70242 class PurchaseHostReservationRequest < Struct.new( :client_token, :currency_code, :host_id_set, :limit_price, :offering_id, :tag_specifications) SENSITIVE = [] include Aws::Structure end |
#offering_id ⇒ String
The ID of the offering.
70242 70243 70244 70245 70246 70247 70248 70249 70250 70251 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70242 class PurchaseHostReservationRequest < Struct.new( :client_token, :currency_code, :host_id_set, :limit_price, :offering_id, :tag_specifications) SENSITIVE = [] include Aws::Structure end |
#tag_specifications ⇒ Array<Types::TagSpecification>
The tags to apply to the Dedicated Host Reservation during purchase.
70242 70243 70244 70245 70246 70247 70248 70249 70250 70251 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70242 class PurchaseHostReservationRequest < Struct.new( :client_token, :currency_code, :host_id_set, :limit_price, :offering_id, :tag_specifications) SENSITIVE = [] include Aws::Structure end |