Class: Aws::EC2::Types::LaunchTemplateConfig

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 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.



43949
43950
43951
43952
43953
43954
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43949

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

#overridesArray<Types::LaunchTemplateOverrides>

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

Returns:



43949
43950
43951
43952
43953
43954
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43949

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