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

Description

 
Synopsis

Documentation

data AccountAttribute Source #

Describes an account attribute.

See: newAccountAttribute smart constructor.

Constructors

AccountAttribute' 

Fields

Instances

Instances details
FromXML AccountAttribute Source # 
Instance details

Defined in Amazonka.EC2.Types.AccountAttribute

Generic AccountAttribute Source # 
Instance details

Defined in Amazonka.EC2.Types.AccountAttribute

Associated Types

type Rep AccountAttribute :: Type -> Type #

Read AccountAttribute Source # 
Instance details

Defined in Amazonka.EC2.Types.AccountAttribute

Show AccountAttribute Source # 
Instance details

Defined in Amazonka.EC2.Types.AccountAttribute

NFData AccountAttribute Source # 
Instance details

Defined in Amazonka.EC2.Types.AccountAttribute

Methods

rnf :: AccountAttribute -> () #

Eq AccountAttribute Source # 
Instance details

Defined in Amazonka.EC2.Types.AccountAttribute

Hashable AccountAttribute Source # 
Instance details

Defined in Amazonka.EC2.Types.AccountAttribute

type Rep AccountAttribute Source # 
Instance details

Defined in Amazonka.EC2.Types.AccountAttribute

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

newAccountAttribute :: AccountAttribute Source #

Create a value of AccountAttribute 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:attributeName:AccountAttribute', accountAttribute_attributeName - The name of the account attribute.

$sel:attributeValues:AccountAttribute', accountAttribute_attributeValues - The values for the account attribute.

accountAttribute_attributeName :: Lens' AccountAttribute (Maybe Text) Source #

The name of the account attribute.