Class: Aws::EC2::Types::LaunchTemplateAndOverridesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes a launch template and overrides.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#launch_template_specificationTypes::FleetLaunchTemplateSpecification

The launch template.



43798
43799
43800
43801
43802
43803
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43798

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

#overridesTypes::FleetLaunchTemplateOverrides

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



43798
43799
43800
43801
43802
43803
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43798

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