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.



4333
4334
4335
4336
4337
4338
# File 'lib/aws-sdk-autoscaling/types.rb', line 4333

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:



4333
4334
4335
4336
4337
4338
# File 'lib/aws-sdk-autoscaling/types.rb', line 4333

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