# File lib/fog/aws/models/compute/server.rb, line 210 def start requires :id service.start_instances(id) true end