A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/CloudWatch/Types/ListMetricsInput.html below:

ListMetricsInput — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudWatch::Types::ListMetricsInput
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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 Instance Attribute Details #dimensions ⇒ Array<Types::DimensionFilter>

The dimensions to filter against. Only the dimensions that match exactly will be returned.

#metric_name ⇒ String

The name of the metric to filter against. Only the metrics with names that match exactly will be returned.

#namespace ⇒ String

The metric namespace to filter against. Only the namespace that matches exactly will be returned.

#next_token ⇒ String

The token returned by a previous call to indicate that there is more data available.

#recently_active ⇒ String

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.

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