class AWSPricing::CloudFront

Constants

CLOUDFRONT_BASE_URL

Cloudfront pricing data

Public Class Methods

data_transfer() click to toggle source

Returns Hash of data transfer pricing information

# File lib/aws-pricing/products/cloudfront.rb, line 12
def self.data_transfer
  Base.get(CLOUDFRONT_BASE_URL + 'on-demand')
end
requests() click to toggle source

Returns Hash of request pricing information

# File lib/aws-pricing/products/cloudfront.rb, line 7
def self.requests
  Base.get(CLOUDFRONT_BASE_URL + 'requests')
end