Class: Aws::DevOpsGuru::Types::CloudWatchMetricsDimension
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::CloudWatchMetricsDimension
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
The dimension of an Amazon CloudWatch metric that is used when DevOps Guru analyzes the resources in your account for operational problems and anomalous behavior. A dimension is a name/value pair that is part of the identity of a metric. A metric can have up to 10 dimensions. For more information, see [Dimensions] in the *Amazon CloudWatch User Guide*.
[1]: docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Dimension
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the CloudWatch dimension.
-
#value ⇒ String
The value of the CloudWatch dimension.
Instance Attribute Details
#name ⇒ String
The name of the CloudWatch dimension.
470 471 472 473 474 475 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 470 class CloudWatchMetricsDimension < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the CloudWatch dimension.
470 471 472 473 474 475 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 470 class CloudWatchMetricsDimension < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |