Class: AWSPricing::RDS

Inherits:
Object
  • Object
show all
Defined in:
lib/aws-pricing/rds.rb

Class Method Summary collapse

Class Method Details

.multi_azObject

Returns Hash of multi-availability zone deployment pricing information



12
13
14
# File 'lib/aws-pricing/rds.rb', line 12

def self.multi_az
  Base.get('/rds/pricing/mysql/pricing-multiAZ-deployments.json')
end

.standardObject

Returns Hash of standard deployment pricing information



7
8
9
# File 'lib/aws-pricing/rds.rb', line 7

def self.standard
  Base.get('/rds/pricing/mysql/pricing-standard-deployments.json')
end