Class: Aws::EC2::Types::LaunchTemplateCapacityReservationSpecificationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::LaunchTemplateCapacityReservationSpecificationResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Information about the Capacity Reservation targeting option.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #capacity_reservation_preference  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the instance’s Capacity Reservation preferences.
 - 
  
    
      #capacity_reservation_target  ⇒ Types::CapacityReservationTargetResponse 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the target Capacity Reservation or Capacity Reservation group.
 
Instance Attribute Details
#capacity_reservation_preference ⇒ String
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.
 
      48768 48769 48770 48771 48772 48773  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 48768 class LaunchTemplateCapacityReservationSpecificationResponse < Struct.new( :capacity_reservation_preference, :capacity_reservation_target) SENSITIVE = [] include Aws::Structure end  | 
  
#capacity_reservation_target ⇒ Types::CapacityReservationTargetResponse
Information about the target Capacity Reservation or Capacity Reservation group.
      48768 48769 48770 48771 48772 48773  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 48768 class LaunchTemplateCapacityReservationSpecificationResponse < Struct.new( :capacity_reservation_preference, :capacity_reservation_target) SENSITIVE = [] include Aws::Structure end  |