class AWSPricing::Elasticache

Public Class Methods

pricing() click to toggle source

Returns Hash of pricing information

# File lib/aws-pricing/products/elasticache.rb, line 7
def self.pricing
  Base.get('/elasticache/pricing/pricing-standard-deployments')
end