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

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

Overview

Information about the Capacity Reservation targeting option.

Constant Summary collapse

SENSITIVE =
[]

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)


43927
43928
43929
43930
43931
43932
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43927

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

#capacity_reservation_targetTypes::CapacityReservationTargetResponse

Information about the target Capacity Reservation or Capacity Reservation group.



43927
43928
43929
43930
43931
43932
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43927

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