# File lib/fog/aws/models/rds/event_subscriptions.rb, line 9
        def all
          data = service.describe_event_subscriptions.body['DescribeEventSubscriptionsResult']['EventSubscriptionsList']
          load(data)
        end