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