Class: Aws::LookoutMetrics::Types::ItemizedMetricStats
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::ItemizedMetricStats
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
Aggregated statistics about a measure affected by an anomaly.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_name ⇒ String
The name of the measure.
-
#occurrence_count ⇒ Integer
The number of times that the measure appears.
Instance Attribute Details
#metric_name ⇒ String
The name of the measure.
1733 1734 1735 1736 1737 1738 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1733 class ItemizedMetricStats < Struct.new( :metric_name, :occurrence_count) SENSITIVE = [] include Aws::Structure end |
#occurrence_count ⇒ Integer
The number of times that the measure appears.
1733 1734 1735 1736 1737 1738 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1733 class ItemizedMetricStats < Struct.new( :metric_name, :occurrence_count) SENSITIVE = [] include Aws::Structure end |