| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.CostExplorer.Types.Impact
Description
Documentation
The dollar value of the anomaly.
See: newImpact smart constructor.
Constructors
| Impact' | |
Fields
| |
Instances
| Eq Impact Source # | |
| Read Impact Source # | |
| Show Impact Source # | |
| Generic Impact Source # | |
| NFData Impact Source # | |
Defined in Amazonka.CostExplorer.Types.Impact | |
| Hashable Impact Source # | |
Defined in Amazonka.CostExplorer.Types.Impact | |
| FromJSON Impact Source # | |
| type Rep Impact Source # | |
Defined in Amazonka.CostExplorer.Types.Impact type Rep Impact = D1 ('MetaData "Impact" "Amazonka.CostExplorer.Types.Impact" "libZSservicesZSamazonka-cost-explorerZSamazonka-cost-explorer" 'False) (C1 ('MetaCons "Impact'" 'PrefixI 'True) (S1 ('MetaSel ('Just "totalImpact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "maxImpact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double))) | |
Create a value of Impact 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:totalImpact:Impact', impact_totalImpact - The cumulative dollar value that's observed for an anomaly.
$sel:maxImpact:Impact', impact_maxImpact - The maximum dollar value that's observed for an anomaly.