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 |
Documentation
data SavingsPlansSavings Source #
The amount of savings that you're accumulating, against the public On-Demand rate of the usage accrued in an account.
See: newSavingsPlansSavings
smart constructor.
SavingsPlansSavings' | |
|
Instances
newSavingsPlansSavings :: SavingsPlansSavings Source #
Create a value of SavingsPlansSavings
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:netSavings:SavingsPlansSavings'
, savingsPlansSavings_netSavings
- The savings amount that you're accumulating for the usage that's
covered by a Savings Plans, when compared to the On-Demand equivalent of
the same usage.
$sel:onDemandCostEquivalent:SavingsPlansSavings'
, savingsPlansSavings_onDemandCostEquivalent
- How much the amount that the usage would have cost if it was accrued at
the On-Demand rate.
savingsPlansSavings_netSavings :: Lens' SavingsPlansSavings (Maybe Text) Source #
The savings amount that you're accumulating for the usage that's covered by a Savings Plans, when compared to the On-Demand equivalent of the same usage.
savingsPlansSavings_onDemandCostEquivalent :: Lens' SavingsPlansSavings (Maybe Text) Source #
How much the amount that the usage would have cost if it was accrued at the On-Demand rate.