# File lib/fog/aws/models/beanstalk/environment.rb, line 49 def events requires :id connection.events.all({'EnvironmentId' => id}) end