Class: Aws::EC2::Types::FleetLaunchTemplateConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::FleetLaunchTemplateConfig
 
 
- 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.
 - 
  
    
      #overrides  ⇒ Array<Types::FleetLaunchTemplateOverrides> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Any parameters that you specify override the same parameters in the launch template.
 
Instance Attribute Details
#launch_template_specification ⇒ Types::FleetLaunchTemplateSpecification
The launch template.
      36074 36075 36076 36077 36078 36079  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 36074 class FleetLaunchTemplateConfig < Struct.new( :launch_template_specification, :overrides) SENSITIVE = [] include Aws::Structure end  | 
  
#overrides ⇒ Array<Types::FleetLaunchTemplateOverrides>
Any parameters that you specify override the same parameters in the launch template.
      36074 36075 36076 36077 36078 36079  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 36074 class FleetLaunchTemplateConfig < Struct.new( :launch_template_specification, :overrides) SENSITIVE = [] include Aws::Structure end  |