class Aws::CostExplorer::Types::TotalImpactFilter

Filters cost anomalies based on the total impact.

@note When making an API call, you may pass TotalImpactFilter

data as a hash:

    {
      numeric_operator: "EQUAL", # required, accepts EQUAL, GREATER_THAN_OR_EQUAL, LESS_THAN_OR_EQUAL, GREATER_THAN, LESS_THAN, BETWEEN
      start_value: 1.0, # required
      end_value: 1.0,
    }

@!attribute [rw] numeric_operator

The comparing value that's used in the filter.
@return [String]

@!attribute [rw] start_value

The lower bound dollar value that's used in the filter.
@return [Float]

@!attribute [rw] end_value

The upper bound dollar value that's used in the filter.
@return [Float]

@see docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/TotalImpactFilter AWS API Documentation

Constants

SENSITIVE