# File lib/fog/aws/dns.rb, line 48 def initialize(options={}) @use_iam_profile = options[:use_iam_profile] setup_credentials(options) @region = options[:region] end