| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CostExplorer.Types.TotalImpactFilter
Description
Synopsis
- data TotalImpactFilter = TotalImpactFilter' {}
- newTotalImpactFilter :: NumericOperator -> Double -> TotalImpactFilter
- totalImpactFilter_endValue :: Lens' TotalImpactFilter (Maybe Double)
- totalImpactFilter_numericOperator :: Lens' TotalImpactFilter NumericOperator
- totalImpactFilter_startValue :: Lens' TotalImpactFilter Double
Documentation
data TotalImpactFilter Source #
Filters cost anomalies based on the total impact.
See: newTotalImpactFilter smart constructor.
Constructors
| TotalImpactFilter' | |
Fields
| |
Instances
Arguments
| :: NumericOperator | |
| -> Double | |
| -> TotalImpactFilter |
Create a value of TotalImpactFilter with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:endValue:TotalImpactFilter', totalImpactFilter_endValue - The upper bound dollar value that's used in the filter.
$sel:numericOperator:TotalImpactFilter', totalImpactFilter_numericOperator - The comparing value that's used in the filter.
$sel:startValue:TotalImpactFilter', totalImpactFilter_startValue - The lower bound dollar value that's used in the filter.
totalImpactFilter_endValue :: Lens' TotalImpactFilter (Maybe Double) Source #
The upper bound dollar value that's used in the filter.
totalImpactFilter_numericOperator :: Lens' TotalImpactFilter NumericOperator Source #
The comparing value that's used in the filter.
totalImpactFilter_startValue :: Lens' TotalImpactFilter Double Source #
The lower bound dollar value that's used in the filter.