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.
35602 35603 35604 35605 35606 35607 |
# File 'lib/aws-sdk-ec2/types.rb', line 35602 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.
35602 35603 35604 35605 35606 35607 |
# File 'lib/aws-sdk-ec2/types.rb', line 35602 class FleetLaunchTemplateConfig < Struct.new( :launch_template_specification, :overrides) SENSITIVE = [] include Aws::Structure end |