Class: Aws::EC2::Types::LaunchTemplateCapacityReservationSpecificationResponse

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

Overview

Information about the Capacity Reservation targeting option.

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_reservation_preferenceString

Indicates the instance’s Capacity Reservation preferences. Possible preferences include:

  • ‘open` - The instance can run in any `open` Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).

  • ‘none` - The instance avoids running in a Capacity Reservation even if one is available. The instance runs in On-Demand capacity.

Returns:

  • (String)


23710
23711
23712
23713
23714
# File 'lib/aws-sdk-ec2/types.rb', line 23710

class LaunchTemplateCapacityReservationSpecificationResponse < Struct.new(
  :capacity_reservation_preference,
  :capacity_reservation_target)
  include Aws::Structure
end

#capacity_reservation_targetTypes::CapacityReservationTargetResponse

Information about the target Capacity Reservation.



23710
23711
23712
23713
23714
# File 'lib/aws-sdk-ec2/types.rb', line 23710

class LaunchTemplateCapacityReservationSpecificationResponse < Struct.new(
  :capacity_reservation_preference,
  :capacity_reservation_target)
  include Aws::Structure
end