Class: Aws::EC2::Types::DeleteLaunchTemplateResult

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.



8046
8047
8048
8049
# File 'lib/aws-sdk-ec2/types.rb', line 8046

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