Class: Aws::LookoutMetrics::Types::AnomalyGroupSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb

Overview

Details about a group of anomalous metrics.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_group_idString

The ID of the anomaly group.

Returns:

  • (String)


389
390
391
392
393
394
395
396
397
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 389

class AnomalyGroupSummary < Struct.new(
  :start_time,
  :end_time,
  :anomaly_group_id,
  :anomaly_group_score,
  :primary_metric_name)
  SENSITIVE = []
  include Aws::Structure
end

#anomaly_group_scoreFloat

The severity score of the group.

Returns:

  • (Float)


389
390
391
392
393
394
395
396
397
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 389

class AnomalyGroupSummary < Struct.new(
  :start_time,
  :end_time,
  :anomaly_group_id,
  :anomaly_group_score,
  :primary_metric_name)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeString

The end time for the group.

Returns:

  • (String)


389
390
391
392
393
394
395
396
397
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 389

class AnomalyGroupSummary < Struct.new(
  :start_time,
  :end_time,
  :anomaly_group_id,
  :anomaly_group_score,
  :primary_metric_name)
  SENSITIVE = []
  include Aws::Structure
end

#primary_metric_nameString

The name of the primary affected measure for the group.

Returns:

  • (String)


389
390
391
392
393
394
395
396
397
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 389

class AnomalyGroupSummary < Struct.new(
  :start_time,
  :end_time,
  :anomaly_group_id,
  :anomaly_group_score,
  :primary_metric_name)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeString

The start time for the group.

Returns:

  • (String)


389
390
391
392
393
394
395
396
397
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 389

class AnomalyGroupSummary < Struct.new(
  :start_time,
  :end_time,
  :anomaly_group_id,
  :anomaly_group_score,
  :primary_metric_name)
  SENSITIVE = []
  include Aws::Structure
end