| 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.ChimeSDKMessaging.Types.MessageAttributeValue
Description
Documentation
data MessageAttributeValue Source #
A list of message attribute values.
See: newMessageAttributeValue smart constructor.
Constructors
| MessageAttributeValue' | |
Fields
| |
Instances
newMessageAttributeValue :: MessageAttributeValue Source #
Create a value of MessageAttributeValue 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:stringValues:MessageAttributeValue', messageAttributeValue_stringValues - The strings in a message attribute value.
messageAttributeValue_stringValues :: Lens' MessageAttributeValue (Maybe [Text]) Source #
The strings in a message attribute value.