Class: Aws::LookoutMetrics::Types::MetricLevelImpact
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::MetricLevelImpact
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
Details about a measure affected by an anomaly.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contribution_matrix ⇒ Types::ContributionMatrix
Details about the dimensions that contributed to the anomaly.
-
#metric_name ⇒ String
The name of the measure.
-
#num_time_series ⇒ Integer
The number of anomalous metrics for the measure.
Instance Attribute Details
#contribution_matrix ⇒ Types::ContributionMatrix
Details about the dimensions that contributed to the anomaly.
2137 2138 2139 2140 2141 2142 2143 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 2137 class MetricLevelImpact < Struct.new( :metric_name, :num_time_series, :contribution_matrix) SENSITIVE = [] include Aws::Structure end |
#metric_name ⇒ String
The name of the measure.
2137 2138 2139 2140 2141 2142 2143 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 2137 class MetricLevelImpact < Struct.new( :metric_name, :num_time_series, :contribution_matrix) SENSITIVE = [] include Aws::Structure end |
#num_time_series ⇒ Integer
The number of anomalous metrics for the measure.
2137 2138 2139 2140 2141 2142 2143 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 2137 class MetricLevelImpact < Struct.new( :metric_name, :num_time_series, :contribution_matrix) SENSITIVE = [] include Aws::Structure end |