| 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.EC2.Types.AccountAttribute
Description
Documentation
data AccountAttribute Source #
Describes an account attribute.
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 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.
accountAttribute_attributeValues :: Lens' AccountAttribute (Maybe [AccountAttributeValue]) Source #
The values for the account attribute.