libZSservicesZSamazonka-pricingZSamazonka-pricing
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.Pricing.Types.AttributeValue

Description

 
Synopsis

Documentation

data AttributeValue Source #

The values of a given attribute, such as Throughput Optimized HDD or Provisioned IOPS for the Amazon EC2 volumeType attribute.

See: newAttributeValue smart constructor.

Constructors

AttributeValue' 

Fields

Instances

Instances details
Eq AttributeValue Source # 
Instance details

Defined in Amazonka.Pricing.Types.AttributeValue

Read AttributeValue Source # 
Instance details

Defined in Amazonka.Pricing.Types.AttributeValue

Show AttributeValue Source # 
Instance details

Defined in Amazonka.Pricing.Types.AttributeValue

Generic AttributeValue Source # 
Instance details

Defined in Amazonka.Pricing.Types.AttributeValue

Associated Types

type Rep AttributeValue :: Type -> Type #

NFData AttributeValue Source # 
Instance details

Defined in Amazonka.Pricing.Types.AttributeValue

Methods

rnf :: AttributeValue -> () #

Hashable AttributeValue Source # 
Instance details

Defined in Amazonka.Pricing.Types.AttributeValue

FromJSON AttributeValue Source # 
Instance details

Defined in Amazonka.Pricing.Types.AttributeValue

type Rep AttributeValue Source # 
Instance details

Defined in Amazonka.Pricing.Types.AttributeValue

type Rep AttributeValue = D1 ('MetaData "AttributeValue" "Amazonka.Pricing.Types.AttributeValue" "libZSservicesZSamazonka-pricingZSamazonka-pricing" 'False) (C1 ('MetaCons "AttributeValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAttributeValue :: AttributeValue Source #

Create a value of AttributeValue 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:AttributeValue', attributeValue_value - The specific value of an attributeName.

attributeValue_value :: Lens' AttributeValue (Maybe Text) Source #

The specific value of an attributeName.