| 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.SavingsPlansDetails
Description
Synopsis
- data SavingsPlansDetails = SavingsPlansDetails' {
- instanceFamily :: Maybe Text
- offeringId :: Maybe Text
- region :: Maybe Text
- newSavingsPlansDetails :: SavingsPlansDetails
- savingsPlansDetails_instanceFamily :: Lens' SavingsPlansDetails (Maybe Text)
- savingsPlansDetails_offeringId :: Lens' SavingsPlansDetails (Maybe Text)
- savingsPlansDetails_region :: Lens' SavingsPlansDetails (Maybe Text)
Documentation
data SavingsPlansDetails Source #
The attribute details on a specific Savings Plan.
See: newSavingsPlansDetails smart constructor.
Constructors
| SavingsPlansDetails' | |
Fields
| |
Instances
newSavingsPlansDetails :: SavingsPlansDetails Source #
Create a value of SavingsPlansDetails 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:instanceFamily:SavingsPlansDetails', savingsPlansDetails_instanceFamily - A group of instance types that Savings Plans applies to.
$sel:offeringId:SavingsPlansDetails', savingsPlansDetails_offeringId - The unique ID that's used to distinguish Savings Plans from one
another.
$sel:region:SavingsPlansDetails', savingsPlansDetails_region - A collection of Amazon Web Services resources in a geographic area. Each
Amazon Web Services Region is isolated and independent of the other
Regions.
savingsPlansDetails_instanceFamily :: Lens' SavingsPlansDetails (Maybe Text) Source #
A group of instance types that Savings Plans applies to.
savingsPlansDetails_offeringId :: Lens' SavingsPlansDetails (Maybe Text) Source #
The unique ID that's used to distinguish Savings Plans from one another.
savingsPlansDetails_region :: Lens' SavingsPlansDetails (Maybe Text) Source #
A collection of Amazon Web Services resources in a geographic area. Each Amazon Web Services Region is isolated and independent of the other Regions.