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.SavingsPlanOfferingProperty

Description

 
Synopsis

Documentation

data SavingsPlanOfferingProperty Source #

Information about a property.

See: newSavingsPlanOfferingProperty smart constructor.

Constructors

SavingsPlanOfferingProperty' 

Fields

Instances

Instances details
FromJSON SavingsPlanOfferingProperty Source # 
Instance details

Defined in Amazonka.SavingsPlans.Types.SavingsPlanOfferingProperty

Generic SavingsPlanOfferingProperty Source # 
Instance details

Defined in Amazonka.SavingsPlans.Types.SavingsPlanOfferingProperty

Associated Types

type Rep SavingsPlanOfferingProperty :: Type -> Type #

Read SavingsPlanOfferingProperty Source # 
Instance details

Defined in Amazonka.SavingsPlans.Types.SavingsPlanOfferingProperty

Show SavingsPlanOfferingProperty Source # 
Instance details

Defined in Amazonka.SavingsPlans.Types.SavingsPlanOfferingProperty

NFData SavingsPlanOfferingProperty Source # 
Instance details

Defined in Amazonka.SavingsPlans.Types.SavingsPlanOfferingProperty

Eq SavingsPlanOfferingProperty Source # 
Instance details

Defined in Amazonka.SavingsPlans.Types.SavingsPlanOfferingProperty

Hashable SavingsPlanOfferingProperty Source # 
Instance details

Defined in Amazonka.SavingsPlans.Types.SavingsPlanOfferingProperty

type Rep SavingsPlanOfferingProperty Source # 
Instance details

Defined in Amazonka.SavingsPlans.Types.SavingsPlanOfferingProperty

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

newSavingsPlanOfferingProperty :: SavingsPlanOfferingProperty Source #

Create a value of SavingsPlanOfferingProperty 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:SavingsPlanOfferingProperty', savingsPlanOfferingProperty_name - The property name.

$sel:value:SavingsPlanOfferingProperty', savingsPlanOfferingProperty_value - The property value.