| 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.ComputeOptimizer.Types.EstimatedMonthlySavings
Description
Documentation
data EstimatedMonthlySavings Source #
Describes the estimated monthly savings amount possible, based on On-Demand instance pricing, by adopting Compute Optimizer recommendations for a given resource.
For more information, see Estimated monthly savings and savings opportunities in the Compute Optimizer User Guide.
See: newEstimatedMonthlySavings smart constructor.
Constructors
| EstimatedMonthlySavings' | |
Instances
newEstimatedMonthlySavings :: EstimatedMonthlySavings Source #
Create a value of EstimatedMonthlySavings 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:currency:EstimatedMonthlySavings', estimatedMonthlySavings_currency - The currency of the estimated monthly savings.
$sel:value:EstimatedMonthlySavings', estimatedMonthlySavings_value - The value of the estimated monthly savings.
estimatedMonthlySavings_currency :: Lens' EstimatedMonthlySavings (Maybe Currency) Source #
The currency of the estimated monthly savings.
estimatedMonthlySavings_value :: Lens' EstimatedMonthlySavings (Maybe Double) Source #
The value of the estimated monthly savings.