Class: Aws::AutoScaling::Types::LaunchTemplate
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::LaunchTemplate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Use this structure to specify the launch templates and instance types (overrides) for a mixed instances policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#launch_template_specification ⇒ Types::LaunchTemplateSpecification
The launch template.
-
#overrides ⇒ Array<Types::LaunchTemplateOverrides>
Any properties that you specify override the same properties in the launch template.
Instance Attribute Details
#launch_template_specification ⇒ Types::LaunchTemplateSpecification
The launch template.
4378 4379 4380 4381 4382 4383 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 4378 class LaunchTemplate < Struct.new( :launch_template_specification, :overrides) SENSITIVE = [] include Aws::Structure end |
#overrides ⇒ Array<Types::LaunchTemplateOverrides>
Any properties that you specify override the same properties in the launch template.
4378 4379 4380 4381 4382 4383 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 4378 class LaunchTemplate < Struct.new( :launch_template_specification, :overrides) SENSITIVE = [] include Aws::Structure end |