| 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.PinpointSmsVoiceV2.Types.AccountAttribute
Description
Documentation
data AccountAttribute Source #
Displays the attributes associated with a single Amazon Web Services account.
See: newAccountAttribute smart constructor.
Constructors
| AccountAttribute' | |
Fields
| |
Instances
Arguments
| :: AccountAttributeName | |
| -> Text | |
| -> AccountAttribute |
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:name:AccountAttribute', accountAttribute_name - The name of the account attribute.
$sel:value:AccountAttribute', accountAttribute_value - The value associated with the account attribute name.
accountAttribute_name :: Lens' AccountAttribute AccountAttributeName Source #
The name of the account attribute.
accountAttribute_value :: Lens' AccountAttribute Text Source #
The value associated with the account attribute name.