| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Redshift.Types.AccountAttribute
Description
Documentation
data AccountAttribute Source #
A name value pair that describes an aspect of an account.
See: newAccountAttribute smart constructor.
Constructors
| AccountAttribute' | |
Fields
| |
Instances
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 attribute.
$sel:attributeValues:AccountAttribute', accountAttribute_attributeValues - A list of attribute values.
accountAttribute_attributeName :: Lens' AccountAttribute (Maybe Text) Source #
The name of the attribute.
accountAttribute_attributeValues :: Lens' AccountAttribute (Maybe [AttributeValueTarget]) Source #
A list of attribute values.