Class: Aws::CostExplorer::Types::TotalImpactFilter

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

Overview

Filters cost anomalies based on the total impact.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_valueFloat

The upper bound dollar value that's used in the filter.

Returns:

  • (Float)


7019
7020
7021
7022
7023
7024
7025
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7019

class TotalImpactFilter < Struct.new(
  :numeric_operator,
  :start_value,
  :end_value)
  SENSITIVE = []
  include Aws::Structure
end

#numeric_operatorString

The comparing value that's used in the filter.

Returns:

  • (String)


7019
7020
7021
7022
7023
7024
7025
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7019

class TotalImpactFilter < Struct.new(
  :numeric_operator,
  :start_value,
  :end_value)
  SENSITIVE = []
  include Aws::Structure
end

#start_valueFloat

The lower bound dollar value that's used in the filter.

Returns:

  • (Float)


7019
7020
7021
7022
7023
7024
7025
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7019

class TotalImpactFilter < Struct.new(
  :numeric_operator,
  :start_value,
  :end_value)
  SENSITIVE = []
  include Aws::Structure
end