Class: Aws::EC2::Types::CreateLaunchTemplateResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#launch_templateTypes::LaunchTemplate

Information about the launch template.



5357
5358
5359
5360
# File 'lib/aws-sdk-ec2/types.rb', line 5357

class CreateLaunchTemplateResult < Struct.new(
  :launch_template)
  include Aws::Structure
end