You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudWatch::Types::ListMetricsInputWhen passing ListMetricsInput as input to an Aws::Client method, you can use a vanilla Hash:
{
namespace: "Namespace",
metric_name: "MetricName",
dimensions: [
{
name: "DimensionName", value: "DimensionValue",
},
],
next_token: "NextToken",
recently_active: "PT3H", }
Instance Attribute Summary collapse
The dimensions to filter against.
The name of the metric to filter against.
The metric namespace to filter against.
The token returned by a previous call to indicate that there is more data available.
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
.
The dimensions to filter against. Only the dimensions that match exactly will be returned.
#metric_name ⇒ StringThe name of the metric to filter against. Only the metrics with names that match exactly will be returned.
#namespace ⇒ StringThe metric namespace to filter against. Only the namespace that matches exactly will be returned.
#next_token ⇒ StringThe token returned by a previous call to indicate that there is more data available.
#recently_active ⇒ StringTo 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.
The results that are returned are an approximation of the value you specify. There is a low probability that the returned results include metrics with last published data as much as 40 minutes more than the specified time interval.
Possible values:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4