Class: Aws::EC2::Types::PurchaseReservedInstancesOfferingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::PurchaseReservedInstancesOfferingRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Contains the parameters for PurchaseReservedInstancesOffering.
Constant Summary collapse
- SENSITIVE =
[]
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-*DD*T*HH*:MM:*SS*Z).
-
#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`.
54104 54105 54106 54107 54108 54109 54110 54111 54112 |
# File 'lib/aws-sdk-ec2/types.rb', line 54104 class PurchaseReservedInstancesOfferingRequest < Struct.new( :instance_count, :reserved_instances_offering_id, :dry_run, :limit_price, :purchase_time) SENSITIVE = [] include Aws::Structure end |
#instance_count ⇒ Integer
The number of Reserved Instances to purchase.
54104 54105 54106 54107 54108 54109 54110 54111 54112 |
# File 'lib/aws-sdk-ec2/types.rb', line 54104 class PurchaseReservedInstancesOfferingRequest < Struct.new( :instance_count, :reserved_instances_offering_id, :dry_run, :limit_price, :purchase_time) SENSITIVE = [] include Aws::Structure end |
#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.
54104 54105 54106 54107 54108 54109 54110 54111 54112 |
# File 'lib/aws-sdk-ec2/types.rb', line 54104 class PurchaseReservedInstancesOfferingRequest < Struct.new( :instance_count, :reserved_instances_offering_id, :dry_run, :limit_price, :purchase_time) SENSITIVE = [] include Aws::Structure end |
#purchase_time ⇒ Time
The time at which to purchase the Reserved Instance, in UTC format (for example, YYYY-MM-*DD*T*HH*:MM:*SS*Z).
54104 54105 54106 54107 54108 54109 54110 54111 54112 |
# File 'lib/aws-sdk-ec2/types.rb', line 54104 class PurchaseReservedInstancesOfferingRequest < Struct.new( :instance_count, :reserved_instances_offering_id, :dry_run, :limit_price, :purchase_time) SENSITIVE = [] include Aws::Structure end |
#reserved_instances_offering_id ⇒ String
The ID of the Reserved Instance offering to purchase.
54104 54105 54106 54107 54108 54109 54110 54111 54112 |
# File 'lib/aws-sdk-ec2/types.rb', line 54104 class PurchaseReservedInstancesOfferingRequest < Struct.new( :instance_count, :reserved_instances_offering_id, :dry_run, :limit_price, :purchase_time) SENSITIVE = [] include Aws::Structure end |