# File lib/fog/aws/models/beanstalk/application.rb, line 24 def events requires :name connection.events.all({'ApplicationName' => name}) end