You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::PurchaseReservedInstancesOfferingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::PurchaseReservedInstancesOfferingRequest
- Defined in:
- (unknown)
Overview
When passing PurchaseReservedInstancesOfferingRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
instance_count: 1, # required
reserved_instances_offering_id: "ReservedInstancesOfferingId", # required
dry_run: false,
limit_price: {
amount: 1.0,
currency_code: "USD", # accepts USD
},
purchase_time: Time.now,
}
Contains the parameters for PurchaseReservedInstancesOffering.
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
-
#instance_count ⇒ Integer
The number of Reserved Instances to purchase.
-
#limit_price ⇒ Types::ReservedInstanceLimitPrice
Specified for Reserved Instance Marketplace offerings to limit the total order and ensure that the Reserved Instances are not purchased at unexpected prices.
-
#purchase_time ⇒ Time
The time at which to purchase the Reserved Instance, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
-
#reserved_instances_offering_id ⇒ String
The ID of the Reserved Instance offering to purchase.
Instance Attribute Details
#dry_run ⇒ Boolean
Checks whether you have the required permissions for the action, without
actually making the request, and provides an error response. If you have
the required permissions, the error response is DryRunOperation
.
Otherwise, it is UnauthorizedOperation
.
#instance_count ⇒ Integer
The number of Reserved Instances to purchase.
#limit_price ⇒ Types::ReservedInstanceLimitPrice
Specified for Reserved Instance Marketplace offerings to limit the total order and ensure that the Reserved Instances are not purchased at unexpected prices.
#purchase_time ⇒ Time
The time at which to purchase the Reserved Instance, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
#reserved_instances_offering_id ⇒ String
The ID of the Reserved Instance offering to purchase.