Class: Aws::CostExplorer::Types::AnomalyScore

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-costexplorer/types.rb

Overview

Quantifies the anomaly. The higher score means that it’s more anomalous.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#current_scoreFloat

The last observed score.

Returns:

  • (Float)


252
253
254
255
256
257
# File 'lib/aws-sdk-costexplorer/types.rb', line 252

class AnomalyScore < Struct.new(
  :max_score,
  :current_score)
  SENSITIVE = []
  include Aws::Structure
end

#max_scoreFloat

The maximum score that’s observed during the ‘AnomalyDateInterval`.

Returns:

  • (Float)


252
253
254
255
256
257
# File 'lib/aws-sdk-costexplorer/types.rb', line 252

class AnomalyScore < Struct.new(
  :max_score,
  :current_score)
  SENSITIVE = []
  include Aws::Structure
end