Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data AccountAttribute Source #
A name value pair that describes an aspect of an account.
See: newAccountAttribute
smart constructor.
AccountAttribute' | |
|
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:attributeValues:AccountAttribute'
, accountAttribute_attributeValues
- A list of attribute values.
$sel:attributeName:AccountAttribute'
, accountAttribute_attributeName
- The name of the attribute.
accountAttribute_attributeValues :: Lens' AccountAttribute (Maybe [AttributeValueTarget]) Source #
A list of attribute values.
accountAttribute_attributeName :: Lens' AccountAttribute (Maybe Text) Source #
The name of the attribute.