Class: Aws::CostExplorer::Types::RootCauseImpact
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::RootCauseImpact
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
The dollar value of the root cause.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contribution ⇒ Float
The dollar amount that this root cause contributed to the anomaly’s TotalImpact.
Instance Attribute Details
#contribution ⇒ Float
The dollar amount that this root cause contributed to the anomaly’s TotalImpact.
7097 7098 7099 7100 7101 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 7097 class RootCauseImpact < Struct.new( :contribution) SENSITIVE = [] include Aws::Structure end |