lib/aws-sdk-cloudwatch/metric.rb in aws-sdk-cloudwatch-1.19.0 vs lib/aws-sdk-cloudwatch/metric.rb in aws-sdk-cloudwatch-1.20.0
- old
+ new
@@ -527,11 +527,11 @@
# `MetricName`, `Dimensions`, `Period`, `Namespace`, `Statistic`, or
# `ExtendedStatistic` parameters of `PutMetricAlarm` in the same
# operation. Instead, you retrieve the metrics you are using in your
# math expression as part of the `Metrics` array.
# @option options [Array<Types::Tag>] :tags
- # A list of key-value pairs to associate with the alarm or dashboard.
- # You can associate as many as 50 tags with an alarm.
+ # A list of key-value pairs to associate with the alarm. You can
+ # associate as many as 50 tags with an alarm.
#
# Tags can help you organize and categorize your resources. You can also
# use them to scope user permissions, by granting a user permission to
# access or change only resources with certain tag values.
# @return [Alarm]