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 |
Synopsis
- data TrustedAdvisorCostOptimizingSummary = TrustedAdvisorCostOptimizingSummary' {}
- newTrustedAdvisorCostOptimizingSummary :: Double -> Double -> TrustedAdvisorCostOptimizingSummary
- trustedAdvisorCostOptimizingSummary_estimatedMonthlySavings :: Lens' TrustedAdvisorCostOptimizingSummary Double
- trustedAdvisorCostOptimizingSummary_estimatedPercentMonthlySavings :: Lens' TrustedAdvisorCostOptimizingSummary Double
Documentation
data TrustedAdvisorCostOptimizingSummary Source #
The estimated cost savings that might be realized if the recommended operations are taken.
See: newTrustedAdvisorCostOptimizingSummary
smart constructor.
TrustedAdvisorCostOptimizingSummary' | |
|
Instances
newTrustedAdvisorCostOptimizingSummary Source #
:: Double |
|
-> Double |
|
-> TrustedAdvisorCostOptimizingSummary |
Create a value of TrustedAdvisorCostOptimizingSummary
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:estimatedMonthlySavings:TrustedAdvisorCostOptimizingSummary'
, trustedAdvisorCostOptimizingSummary_estimatedMonthlySavings
- The estimated monthly savings that might be realized if the recommended
operations are taken.
$sel:estimatedPercentMonthlySavings:TrustedAdvisorCostOptimizingSummary'
, trustedAdvisorCostOptimizingSummary_estimatedPercentMonthlySavings
- The estimated percentage of savings that might be realized if the
recommended operations are taken.
trustedAdvisorCostOptimizingSummary_estimatedMonthlySavings :: Lens' TrustedAdvisorCostOptimizingSummary Double Source #
The estimated monthly savings that might be realized if the recommended operations are taken.
trustedAdvisorCostOptimizingSummary_estimatedPercentMonthlySavings :: Lens' TrustedAdvisorCostOptimizingSummary Double Source #
The estimated percentage of savings that might be realized if the recommended operations are taken.