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

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

Instance Attribute Details

#launch_template_specificationTypes::FleetLaunchTemplateSpecification

The launch template.



43907
43908
43909
43910
43911
43912
# File 'lib/aws-sdk-ec2/types.rb', line 43907

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.



43907
43908
43909
43910
43911
43912
# File 'lib/aws-sdk-ec2/types.rb', line 43907

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