amazonka-savingsplans-2.0: Amazon Savings Plans SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SavingsPlans.Types.SavingsPlanRateFilter

Description

 
Synopsis

Documentation

data SavingsPlanRateFilter Source #

Information about a filter.

See: newSavingsPlanRateFilter smart constructor.

Constructors

SavingsPlanRateFilter' 

Fields

Instances

Instances details
ToJSON SavingsPlanRateFilter Source # 
Instance details

Defined in Amazonka.SavingsPlans.Types.SavingsPlanRateFilter

Generic SavingsPlanRateFilter Source # 
Instance details

Defined in Amazonka.SavingsPlans.Types.SavingsPlanRateFilter

Associated Types

type Rep SavingsPlanRateFilter :: Type -> Type #

Read SavingsPlanRateFilter Source # 
Instance details

Defined in Amazonka.SavingsPlans.Types.SavingsPlanRateFilter

Show SavingsPlanRateFilter Source # 
Instance details

Defined in Amazonka.SavingsPlans.Types.SavingsPlanRateFilter

NFData SavingsPlanRateFilter Source # 
Instance details

Defined in Amazonka.SavingsPlans.Types.SavingsPlanRateFilter

Methods

rnf :: SavingsPlanRateFilter -> () #

Eq SavingsPlanRateFilter Source # 
Instance details

Defined in Amazonka.SavingsPlans.Types.SavingsPlanRateFilter

Hashable SavingsPlanRateFilter Source # 
Instance details

Defined in Amazonka.SavingsPlans.Types.SavingsPlanRateFilter

type Rep SavingsPlanRateFilter Source # 
Instance details

Defined in Amazonka.SavingsPlans.Types.SavingsPlanRateFilter

type Rep SavingsPlanRateFilter = D1 ('MetaData "SavingsPlanRateFilter" "Amazonka.SavingsPlans.Types.SavingsPlanRateFilter" "amazonka-savingsplans-2.0-FtFG1qHEz1XIlZzuDbedV6" 'False) (C1 ('MetaCons "SavingsPlanRateFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SavingsPlanRateFilterName)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

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.