Class: Aws::EC2::Types::FleetLaunchTemplateConfig

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

Overview

Describes a launch template and overrides.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#launch_template_specificationTypes::FleetLaunchTemplateSpecification

The launch template.



33018
33019
33020
33021
33022
33023
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33018

class FleetLaunchTemplateConfig < Struct.new(
  :launch_template_specification,
  :overrides)
  SENSITIVE = []
  include Aws::Structure
end

#overridesArray<Types::FleetLaunchTemplateOverrides>

Any parameters that you specify override the same parameters in the launch template.



33018
33019
33020
33021
33022
33023
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33018

class FleetLaunchTemplateConfig < Struct.new(
  :launch_template_specification,
  :overrides)
  SENSITIVE = []
  include Aws::Structure
end