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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



47894
47895
47896
47897
47898
# File 'lib/aws-sdk-ec2/types.rb', line 47894

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