Class: Aws::CloudWatch::Types::Dimension
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::Dimension
- Defined in:
- gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb
Overview
Note:
When making an API call, you may pass Dimension data as a hash:
{
name: "DimensionName", # required
value: "DimensionValue", # required
}
A dimension is a name/value pair that is part of the identity of a metric. You can assign up to 10 dimensions to a metric. Because dimensions are part of the unique identifier for a metric, whenever you add a unique name/value pair to one of your metrics, you are creating a new variation of that metric.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the dimension.
-
#value ⇒ String
The value of the dimension.