lib/aws-sdk-cloudwatch/alarm.rb in aws-sdk-cloudwatch-1.45.0 vs lib/aws-sdk-cloudwatch/alarm.rb in aws-sdk-cloudwatch-1.46.0

- old
+ new

@@ -199,10 +199,10 @@ # An array of MetricDataQuery structures, used in an alarm based on a # metric math expression. Each structure either retrieves a metric or # performs a math expression. One item in the Metrics array is the math # expression that the alarm watches. This expression by designated by - # having `ReturnValue` set to true. + # having `ReturnData` set to true. # @return [Array<Types::MetricDataQuery>] def metrics data[:metrics] end