libZSservicesZSamazonka-savingsplansZSamazonka-savingsplans
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SavingsPlans.Types.SavingsPlanRateProperty

Description

 
Synopsis

Documentation

data SavingsPlanRateProperty Source #

Information about a property.

See: newSavingsPlanRateProperty smart constructor.

Constructors

SavingsPlanRateProperty' 

Fields

Instances

Instances details
Eq SavingsPlanRateProperty Source # 
Instance details

Defined in Amazonka.SavingsPlans.Types.SavingsPlanRateProperty

Read SavingsPlanRateProperty Source # 
Instance details

Defined in Amazonka.SavingsPlans.Types.SavingsPlanRateProperty

Show SavingsPlanRateProperty Source # 
Instance details

Defined in Amazonka.SavingsPlans.Types.SavingsPlanRateProperty

Generic SavingsPlanRateProperty Source # 
Instance details

Defined in Amazonka.SavingsPlans.Types.SavingsPlanRateProperty

Associated Types

type Rep SavingsPlanRateProperty :: Type -> Type #

NFData SavingsPlanRateProperty Source # 
Instance details

Defined in Amazonka.SavingsPlans.Types.SavingsPlanRateProperty

Methods

rnf :: SavingsPlanRateProperty -> () #

Hashable SavingsPlanRateProperty Source # 
Instance details

Defined in Amazonka.SavingsPlans.Types.SavingsPlanRateProperty

FromJSON SavingsPlanRateProperty Source # 
Instance details

Defined in Amazonka.SavingsPlans.Types.SavingsPlanRateProperty

type Rep SavingsPlanRateProperty Source # 
Instance details

Defined in Amazonka.SavingsPlans.Types.SavingsPlanRateProperty

type Rep SavingsPlanRateProperty = D1 ('MetaData "SavingsPlanRateProperty" "Amazonka.SavingsPlans.Types.SavingsPlanRateProperty" "libZSservicesZSamazonka-savingsplansZSamazonka-savingsplans" 'False) (C1 ('MetaCons "SavingsPlanRateProperty'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SavingsPlanRatePropertyKey))))

newSavingsPlanRateProperty :: SavingsPlanRateProperty Source #

Create a value of SavingsPlanRateProperty 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:value:SavingsPlanRateProperty', savingsPlanRateProperty_value - The property value.

$sel:name:SavingsPlanRateProperty', savingsPlanRateProperty_name - The property name.