Class: Aws::CostExplorer::Types::AnomalyScore
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::AnomalyScore
- Defined in:
- gems/aws-sdk-costexplorer/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
-
#current_score ⇒ Float
The last observed score.
-
#max_score ⇒ Float
The maximum score that's observed during the
AnomalyDateInterval
.
Instance Attribute Details
#current_score ⇒ Float
The last observed score.
319 320 321 322 323 324 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 319 class AnomalyScore < Struct.new( :max_score, :current_score) SENSITIVE = [] include Aws::Structure end |
#max_score ⇒ Float
The maximum score that's observed during the AnomalyDateInterval
.
319 320 321 322 323 324 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 319 class AnomalyScore < Struct.new( :max_score, :current_score) SENSITIVE = [] include Aws::Structure end |