# File lib/fog/aws/models/rds/snapshot.rb, line 25 def destroy requires :id connection.delete_db_snapshot(id) true end
# File lib/fog/aws/models/rds/snapshot.rb, line 21 def ready? state == 'available' end
Generated with the Darkfish Rdoc Generator 2.