| 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.Kendra.Types.EntityDisplayData
Description
Synopsis
- data EntityDisplayData = EntityDisplayData' {}
- newEntityDisplayData :: EntityDisplayData
- entityDisplayData_firstName :: Lens' EntityDisplayData (Maybe Text)
- entityDisplayData_groupName :: Lens' EntityDisplayData (Maybe Text)
- entityDisplayData_identifiedUserName :: Lens' EntityDisplayData (Maybe Text)
- entityDisplayData_lastName :: Lens' EntityDisplayData (Maybe Text)
- entityDisplayData_userName :: Lens' EntityDisplayData (Maybe Text)
Documentation
data EntityDisplayData Source #
Information about the user entity.
See: newEntityDisplayData smart constructor.
Constructors
| EntityDisplayData' | |
Fields
| |
Instances
newEntityDisplayData :: EntityDisplayData Source #
Create a value of EntityDisplayData 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:firstName:EntityDisplayData', entityDisplayData_firstName - The first name of the user.
$sel:groupName:EntityDisplayData', entityDisplayData_groupName - The name of the group.
$sel:identifiedUserName:EntityDisplayData', entityDisplayData_identifiedUserName - The user name of the user.
$sel:lastName:EntityDisplayData', entityDisplayData_lastName - The last name of the user.
$sel:userName:EntityDisplayData', entityDisplayData_userName - The name of the user.
entityDisplayData_firstName :: Lens' EntityDisplayData (Maybe Text) Source #
The first name of the user.
entityDisplayData_groupName :: Lens' EntityDisplayData (Maybe Text) Source #
The name of the group.
entityDisplayData_identifiedUserName :: Lens' EntityDisplayData (Maybe Text) Source #
The user name of the user.
entityDisplayData_lastName :: Lens' EntityDisplayData (Maybe Text) Source #
The last name of the user.
entityDisplayData_userName :: Lens' EntityDisplayData (Maybe Text) Source #
The name of the user.