# File lib/fog/aws/models/rds/server.rb, line 58
        def snapshots
          requires :id
          connection.snapshots(:server => self)
        end