Fog::Collection
# File lib/fog/aws/models/cdn/distributions.rb, line 17 def get_distribution(dist_id) service.get_distribution(dist_id) end
# File lib/fog/aws/models/cdn/distributions.rb, line 21 def list_distributions(options = {}) service.get_distribution_list(options) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.