Class: Aws::EC2::Types::ModifyLaunchTemplateResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#launch_templateTypes::LaunchTemplate

Information about the launch template.



48631
48632
48633
48634
48635
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48631

class ModifyLaunchTemplateResult < Struct.new(
  :launch_template)
  SENSITIVE = []
  include Aws::Structure
end