Class: Aws::LookoutMetrics::Types::AnomalyGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::AnomalyGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
A group of anomalous metrics
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_group_id ⇒ String
The ID of the anomaly group.
-
#anomaly_group_score ⇒ Float
The severity score of the group.
-
#end_time ⇒ String
The end time for the group.
-
#metric_level_impact_list ⇒ Array<Types::MetricLevelImpact>
A list of measures affected by the anomaly.
-
#primary_metric_name ⇒ String
The name of the primary affected measure for the group.
-
#start_time ⇒ String
The start time for the group.
Instance Attribute Details
#anomaly_group_id ⇒ String
The ID of the anomaly group.
330 331 332 333 334 335 336 337 338 339 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 330 class AnomalyGroup < Struct.new( :start_time, :end_time, :anomaly_group_id, :anomaly_group_score, :primary_metric_name, :metric_level_impact_list) SENSITIVE = [] include Aws::Structure end |
#anomaly_group_score ⇒ Float
The severity score of the group.
330 331 332 333 334 335 336 337 338 339 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 330 class AnomalyGroup < Struct.new( :start_time, :end_time, :anomaly_group_id, :anomaly_group_score, :primary_metric_name, :metric_level_impact_list) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ String
The end time for the group.
330 331 332 333 334 335 336 337 338 339 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 330 class AnomalyGroup < Struct.new( :start_time, :end_time, :anomaly_group_id, :anomaly_group_score, :primary_metric_name, :metric_level_impact_list) SENSITIVE = [] include Aws::Structure end |
#metric_level_impact_list ⇒ Array<Types::MetricLevelImpact>
A list of measures affected by the anomaly.
330 331 332 333 334 335 336 337 338 339 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 330 class AnomalyGroup < Struct.new( :start_time, :end_time, :anomaly_group_id, :anomaly_group_score, :primary_metric_name, :metric_level_impact_list) SENSITIVE = [] include Aws::Structure end |
#primary_metric_name ⇒ String
The name of the primary affected measure for the group.
330 331 332 333 334 335 336 337 338 339 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 330 class AnomalyGroup < Struct.new( :start_time, :end_time, :anomaly_group_id, :anomaly_group_score, :primary_metric_name, :metric_level_impact_list) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ String
The start time for the group.
330 331 332 333 334 335 336 337 338 339 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 330 class AnomalyGroup < Struct.new( :start_time, :end_time, :anomaly_group_id, :anomaly_group_score, :primary_metric_name, :metric_level_impact_list) SENSITIVE = [] include Aws::Structure end |