lib/aws-sdk-cloudwatch/metric.rb in aws-sdk-cloudwatch-1.31.0 vs lib/aws-sdk-cloudwatch/metric.rb in aws-sdk-cloudwatch-1.32.0
- old
+ new
@@ -22,9 +22,10 @@
options = Hash === args.last ? args.pop.dup : {}
@namespace = extract_namespace(args, options)
@name = extract_name(args, options)
@data = options.delete(:data)
@client = options.delete(:client) || Client.new(options)
+ @waiter_block_warned = false
end
# @!group Read-Only Attributes
# @return [String]