Class: Aws::LookoutMetrics::Types::DimensionValueContribution
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::DimensionValueContribution
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
The severity of a value of a dimension that contributed to an anomaly.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contribution_score ⇒ Float
The severity score of the value.
-
#dimension_value ⇒ String
The value of the dimension.
Instance Attribute Details
#contribution_score ⇒ Float
The severity score of the value.
1465 1466 1467 1468 1469 1470 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1465 class DimensionValueContribution < Struct.new( :dimension_value, :contribution_score) SENSITIVE = [] include Aws::Structure end |
#dimension_value ⇒ String
The value of the dimension.
1465 1466 1467 1468 1469 1470 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1465 class DimensionValueContribution < Struct.new( :dimension_value, :contribution_score) SENSITIVE = [] include Aws::Structure end |