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.
47461 47462 47463 47464 47465 47466 |
# File 'lib/aws-sdk-ec2/types.rb', line 47461 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.
47461 47462 47463 47464 47465 47466 |
# File 'lib/aws-sdk-ec2/types.rb', line 47461 class LaunchTemplateConfig < Struct.new( :launch_template_specification, :overrides) SENSITIVE = [] include Aws::Structure end |