Class: Aws::CostExplorer::Types::Impact

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

Overview

The anomaly’s dollar value.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_impactFloat

The maximum dollar value observed for an anomaly.

Returns:

  • (Float)


4957
4958
4959
4960
4961
4962
# File 'lib/aws-sdk-costexplorer/types.rb', line 4957

class Impact < Struct.new(
  :max_impact,
  :total_impact)
  SENSITIVE = []
  include Aws::Structure
end

#total_impactFloat

The cumulative dollar value observed for an anomaly.

Returns:

  • (Float)


4957
4958
4959
4960
4961
4962
# File 'lib/aws-sdk-costexplorer/types.rb', line 4957

class Impact < Struct.new(
  :max_impact,
  :total_impact)
  SENSITIVE = []
  include Aws::Structure
end