amazonka-ec2-2.0: Amazon Elastic Compute Cloud 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.EC2.Types.AccountAttributeValue

Description

 
Synopsis

Documentation

data AccountAttributeValue Source #

Describes a value of an account attribute.

See: newAccountAttributeValue smart constructor.

Constructors

AccountAttributeValue' 

Fields

Instances

Instances details
FromXML AccountAttributeValue Source # 
Instance details

Defined in Amazonka.EC2.Types.AccountAttributeValue

Generic AccountAttributeValue Source # 
Instance details

Defined in Amazonka.EC2.Types.AccountAttributeValue

Associated Types

type Rep AccountAttributeValue :: Type -> Type #

Read AccountAttributeValue Source # 
Instance details

Defined in Amazonka.EC2.Types.AccountAttributeValue

Show AccountAttributeValue Source # 
Instance details

Defined in Amazonka.EC2.Types.AccountAttributeValue

NFData AccountAttributeValue Source # 
Instance details

Defined in Amazonka.EC2.Types.AccountAttributeValue

Methods

rnf :: AccountAttributeValue -> () #

Eq AccountAttributeValue Source # 
Instance details

Defined in Amazonka.EC2.Types.AccountAttributeValue

Hashable AccountAttributeValue Source # 
Instance details

Defined in Amazonka.EC2.Types.AccountAttributeValue

type Rep AccountAttributeValue Source # 
Instance details

Defined in Amazonka.EC2.Types.AccountAttributeValue

type Rep AccountAttributeValue = D1 ('MetaData "AccountAttributeValue" "Amazonka.EC2.Types.AccountAttributeValue" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "AccountAttributeValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAccountAttributeValue :: AccountAttributeValue Source #

Create a value of AccountAttributeValue 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:attributeValue:AccountAttributeValue', accountAttributeValue_attributeValue - The value of the attribute.