| 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.CustomerProfiles.Types.FoundByKeyValue
Description
Synopsis
Documentation
data FoundByKeyValue Source #
A data type pair that consists of a KeyName and Values list that
were used to find a profile returned in response to a
SearchProfiles
request.
See: newFoundByKeyValue smart constructor.
Constructors
| FoundByKeyValue' | |
Instances
newFoundByKeyValue :: FoundByKeyValue Source #
Create a value of FoundByKeyValue 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:keyName:FoundByKeyValue', foundByKeyValue_keyName - A searchable identifier of a customer profile.
$sel:values:FoundByKeyValue', foundByKeyValue_values - A list of key values.
foundByKeyValue_keyName :: Lens' FoundByKeyValue (Maybe Text) Source #
A searchable identifier of a customer profile.
foundByKeyValue_values :: Lens' FoundByKeyValue (Maybe [Text]) Source #
A list of key values.