# File lib/fog/aws/models/auto_scaling/configuration.rb, line 57 def destroy requires :id connection.delete_launch_configuration(id) end