Fog::Collection
# File lib/fog/aws/models/sns/subscriptions.rb, line 9 def all data = service.list_subscriptions.body["Subscriptions"] load(data) end