# File lib/fog/aws/models/rds/server.rb, line 75 def remove_tags(tag_keys) requires :id service.remove_tags_from_resource(id, tag_keys) tags end