# File lib/rudy/cli/aws/ec2/snapshots.rb, line 24 24: def destroy_snapshots 25: li "Destroying: #{@snap.awsid}" 26: execute_check(:medium) 27: execute_action { Rudy::AWS::EC2::Snapshots.destroy(@snap.awsid) } 28: end