# File lib/aws/iam.rb, line 336
    def account_summary
      client.get_account_summary.summary_map.inject({}) do |h, (k,v)|
        h[Core::Inflection.ruby_name(k).to_sym] = v
        h
      end
    end