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

Class: Aws::ServiceQuotas::Types::MetricInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A structure that uses CloudWatch metrics to gather data about the service quota.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#metric_dimensionsHash<String,String>

A dimension is a name/value pair that is part of the identity of a metric. Every metric has specific characteristics that describe it, and you can think of dimensions as categories for those characteristics. These dimensions are part of the CloudWatch Metric Identity that measures usage against a particular service quota.

Returns:

  • (Hash<String,String>)

    A dimension is a name/value pair that is part of the identity of a metric.

#metric_nameString

The name of the CloudWatch metric that measures usage of a service quota. This is a required field.

Returns:

  • (String)

    The name of the CloudWatch metric that measures usage of a service quota.

#metric_namespaceString

The namespace of the metric. The namespace is a container for CloudWatch metrics. You can specify a name for the namespace when you create a metric.

Returns:

  • (String)

    The namespace of the metric.

#metric_statistic_recommendationString

Statistics are metric data aggregations over specified periods of time. This is the recommended statistic to use when comparing usage in the CloudWatch Metric against your Service Quota.

Returns:

  • (String)

    Statistics are metric data aggregations over specified periods of time.