Class: Aws::EC2::Types::PurchaseReservedInstancesOfferingRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Contains the parameters for PurchaseReservedInstancesOffering.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

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.

Returns:

  • (Boolean)


54729
54730
54731
54732
54733
54734
54735
54736
54737
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54729

class PurchaseReservedInstancesOfferingRequest < Struct.new(
  :instance_count,
  :reserved_instances_offering_id,
  :dry_run,
  :limit_price,
  :purchase_time)
  SENSITIVE = []
  include Aws::Structure
end

#instance_countInteger

The number of Reserved Instances to purchase.

Returns:

  • (Integer)


54729
54730
54731
54732
54733
54734
54735
54736
54737
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54729

class PurchaseReservedInstancesOfferingRequest < Struct.new(
  :instance_count,
  :reserved_instances_offering_id,
  :dry_run,
  :limit_price,
  :purchase_time)
  SENSITIVE = []
  include Aws::Structure
end

#limit_priceTypes::ReservedInstanceLimitPrice

Specified for Reserved Instance Marketplace offerings to limit the total order and ensure that the Reserved Instances are not purchased at unexpected prices.



54729
54730
54731
54732
54733
54734
54735
54736
54737
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54729

class PurchaseReservedInstancesOfferingRequest < Struct.new(
  :instance_count,
  :reserved_instances_offering_id,
  :dry_run,
  :limit_price,
  :purchase_time)
  SENSITIVE = []
  include Aws::Structure
end

#purchase_timeTime

The time at which to purchase the Reserved Instance, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

Returns:

  • (Time)


54729
54730
54731
54732
54733
54734
54735
54736
54737
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54729

class PurchaseReservedInstancesOfferingRequest < Struct.new(
  :instance_count,
  :reserved_instances_offering_id,
  :dry_run,
  :limit_price,
  :purchase_time)
  SENSITIVE = []
  include Aws::Structure
end

#reserved_instances_offering_idString

The ID of the Reserved Instance offering to purchase.

Returns:

  • (String)


54729
54730
54731
54732
54733
54734
54735
54736
54737
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54729

class PurchaseReservedInstancesOfferingRequest < Struct.new(
  :instance_count,
  :reserved_instances_offering_id,
  :dry_run,
  :limit_price,
  :purchase_time)
  SENSITIVE = []
  include Aws::Structure
end