Class: Aws::CostExplorer::Types::RootCauseImpact

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

Overview

The dollar value of the root cause.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contributionFloat

The dollar amount that this root cause contributed to the anomaly's TotalImpact.

Returns:

  • (Float)

6488
6489
6490
6491
6492
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6488

class RootCauseImpact < Struct.new(
  :contribution)
  SENSITIVE = []
  include Aws::Structure
end