| 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.TerminateRecommendationDetail
Description
Synopsis
- data TerminateRecommendationDetail = TerminateRecommendationDetail' {}
- newTerminateRecommendationDetail :: TerminateRecommendationDetail
- terminateRecommendationDetail_currencyCode :: Lens' TerminateRecommendationDetail (Maybe Text)
- terminateRecommendationDetail_estimatedMonthlySavings :: Lens' TerminateRecommendationDetail (Maybe Text)
Documentation
data TerminateRecommendationDetail Source #
Details on termination recommendation.
See: newTerminateRecommendationDetail smart constructor.
Constructors
| TerminateRecommendationDetail' | |
Fields
| |
Instances
newTerminateRecommendationDetail :: TerminateRecommendationDetail Source #
Create a value of TerminateRecommendationDetail 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:currencyCode:TerminateRecommendationDetail', terminateRecommendationDetail_currencyCode - The currency code that Amazon Web Services used to calculate the costs
for this instance.
$sel:estimatedMonthlySavings:TerminateRecommendationDetail', terminateRecommendationDetail_estimatedMonthlySavings - The estimated savings that result from modification, on a monthly basis.
terminateRecommendationDetail_currencyCode :: Lens' TerminateRecommendationDetail (Maybe Text) Source #
The currency code that Amazon Web Services used to calculate the costs for this instance.
terminateRecommendationDetail_estimatedMonthlySavings :: Lens' TerminateRecommendationDetail (Maybe Text) Source #
The estimated savings that result from modification, on a monthly basis.