| 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.SavingsPlans.Types.SavingsPlanRateFilter
Description
Documentation
data SavingsPlanRateFilter Source #
Information about a filter.
See: newSavingsPlanRateFilter smart constructor.
Constructors
| SavingsPlanRateFilter' | |
Instances
newSavingsPlanRateFilter :: SavingsPlanRateFilter Source #
Create a value of SavingsPlanRateFilter 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:name:SavingsPlanRateFilter', savingsPlanRateFilter_name - The filter name.
$sel:values:SavingsPlanRateFilter', savingsPlanRateFilter_values - The filter values.
savingsPlanRateFilter_name :: Lens' SavingsPlanRateFilter (Maybe SavingsPlanRateFilterName) Source #
The filter name.
savingsPlanRateFilter_values :: Lens' SavingsPlanRateFilter (Maybe [Text]) Source #
The filter values.