# File lib/fog/aws/models/rds/server.rb, line 44 def cluster return nil unless cluster_id service.clusters.get(cluster_id) end