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