| 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.Connect.Types.StringReference
Description
Synopsis
Documentation
data StringReference Source #
Information about a reference when the referenceType is STRING.
Otherwise, null.
See: newStringReference smart constructor.
Constructors
| StringReference' | |
Instances
newStringReference :: StringReference Source #
Create a value of StringReference 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:StringReference', stringReference_name - Identifier of the string reference.
$sel:value:StringReference', stringReference_value - A valid string.
stringReference_name :: Lens' StringReference (Maybe Text) Source #
Identifier of the string reference.
stringReference_value :: Lens' StringReference (Maybe Text) Source #
A valid string.