# File lib/aws/cloud_watch/metric_collection.rb, line 81 def with_dimension name, value with_dimensions([{ :name => name, :value => value }]) end