Class: Aws::AutoScaling::Types::LaunchTemplate

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#launch_template_specificationTypes::LaunchTemplateSpecification

The launch template.



4387
4388
4389
4390
4391
4392
# File 'lib/aws-sdk-autoscaling/types.rb', line 4387

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

#overridesArray<Types::LaunchTemplateOverrides>

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

Returns:



4387
4388
4389
4390
4391
4392
# File 'lib/aws-sdk-autoscaling/types.rb', line 4387

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