Class: Aws::LookoutMetrics::Types::ItemizedMetricStats

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

Overview

Aggregated statistics about a measure affected by an anomaly.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metric_nameString

The name of the measure.

Returns:

  • (String)


1733
1734
1735
1736
1737
1738
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1733

class ItemizedMetricStats < Struct.new(
  :metric_name,
  :occurrence_count)
  SENSITIVE = []
  include Aws::Structure
end

#occurrence_countInteger

The number of times that the measure appears.

Returns:

  • (Integer)


1733
1734
1735
1736
1737
1738
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1733

class ItemizedMetricStats < Struct.new(
  :metric_name,
  :occurrence_count)
  SENSITIVE = []
  include Aws::Structure
end