Class: Aws::LookoutMetrics::Types::DimensionValueContribution

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutmetrics/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

Instance Attribute Details

#contribution_scoreFloat

The severity score of the value.

Returns:

  • (Float)


1465
1466
1467
1468
1469
1470
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1465

class DimensionValueContribution < Struct.new(
  :dimension_value,
  :contribution_score)
  SENSITIVE = []
  include Aws::Structure
end

#dimension_valueString

The value of the dimension.

Returns:

  • (String)


1465
1466
1467
1468
1469
1470
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1465

class DimensionValueContribution < Struct.new(
  :dimension_value,
  :contribution_score)
  SENSITIVE = []
  include Aws::Structure
end