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

- old
+ new

@@ -255,14 +255,17 @@ # ], # recently_active: "PT3H", # accepts PT3H # }) # @param [Hash] options ({}) # @option options [String] :namespace - # The namespace to filter against. + # The metric namespace to filter against. Only the namespace that + # matches exactly will be returned. # @option options [String] :metric_name - # The name of the metric to filter against. + # The name of the metric to filter against. Only the metrics with names + # that match exactly will be returned. # @option options [Array<Types::DimensionFilter>] :dimensions - # The dimensions to filter against. + # The dimensions to filter against. Only the dimensions that match + # exactly will be returned. # @option options [String] :recently_active # To filter the results to show only metrics that have had data points # published in the past three hours, specify this parameter with a value # of `PT3H`. This is the only valid value for this parameter. #