# File lib/fog/aws/models/beanstalk/events.rb, line 11
        def all(options={})
          data = connection.describe_events(options).body['DescribeEventsResult']['Events']
          load(data) # data is an array of attribute hashes
        end