# File lib/fog/aws/models/compute/server.rb, line 96
        def flavor_id
          @flavor && @flavor.id || attributes[:flavor_id]
        end