Class: Aws::EC2::Types::LaunchTemplateConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::LaunchTemplateConfig
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a launch template and overrides.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #launch_template_specification  ⇒ Types::FleetLaunchTemplateSpecification 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The launch template to use.
 - 
  
    
      #overrides  ⇒ Array<Types::LaunchTemplateOverrides> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Any parameters that you specify override the same parameters in the launch template.
 
Instance Attribute Details
#launch_template_specification ⇒ Types::FleetLaunchTemplateSpecification
The launch template to use. Make sure that the launch template does not contain the ‘NetworkInterfaceId` parameter because you can’t specify a network interface ID in a Spot Fleet.
      47569 47570 47571 47572 47573 47574  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47569 class LaunchTemplateConfig < Struct.new( :launch_template_specification, :overrides) SENSITIVE = [] include Aws::Structure end  | 
  
#overrides ⇒ Array<Types::LaunchTemplateOverrides>
Any parameters that you specify override the same parameters in the launch template.
      47569 47570 47571 47572 47573 47574  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47569 class LaunchTemplateConfig < Struct.new( :launch_template_specification, :overrides) SENSITIVE = [] include Aws::Structure end  |