libZSservicesZSamazonka-redshiftZSamazonka-redshift
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.Redshift.Types.AccountAttribute

Description

 
Synopsis

Documentation

data AccountAttribute Source #

A name value pair that describes an aspect of an account.

See: newAccountAttribute smart constructor.

Constructors

AccountAttribute' 

Fields

Instances

Instances details
Eq AccountAttribute Source # 
Instance details

Defined in Amazonka.Redshift.Types.AccountAttribute

Read AccountAttribute Source # 
Instance details

Defined in Amazonka.Redshift.Types.AccountAttribute

Show AccountAttribute Source # 
Instance details

Defined in Amazonka.Redshift.Types.AccountAttribute

Generic AccountAttribute Source # 
Instance details

Defined in Amazonka.Redshift.Types.AccountAttribute

Associated Types

type Rep AccountAttribute :: Type -> Type #

NFData AccountAttribute Source # 
Instance details

Defined in Amazonka.Redshift.Types.AccountAttribute

Methods

rnf :: AccountAttribute -> () #

Hashable AccountAttribute Source # 
Instance details

Defined in Amazonka.Redshift.Types.AccountAttribute

FromXML AccountAttribute Source # 
Instance details

Defined in Amazonka.Redshift.Types.AccountAttribute

type Rep AccountAttribute Source # 
Instance details

Defined in Amazonka.Redshift.Types.AccountAttribute

type Rep AccountAttribute = D1 ('MetaData "AccountAttribute" "Amazonka.Redshift.Types.AccountAttribute" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "AccountAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AttributeValueTarget])) :*: S1 ('MetaSel ('Just "attributeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:attributeValues:AccountAttribute', accountAttribute_attributeValues - A list of attribute values.

$sel:attributeName:AccountAttribute', accountAttribute_attributeName - The name of the attribute.