amazonka-kendra-2.0: Amazon KendraFrontendService SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Kendra.Types.EntityDisplayData

Description

 
Synopsis

Documentation

data EntityDisplayData Source #

Information about the user entity.

See: newEntityDisplayData smart constructor.

Constructors

EntityDisplayData' 

Fields

Instances

Instances details
FromJSON EntityDisplayData Source # 
Instance details

Defined in Amazonka.Kendra.Types.EntityDisplayData

Generic EntityDisplayData Source # 
Instance details

Defined in Amazonka.Kendra.Types.EntityDisplayData

Associated Types

type Rep EntityDisplayData :: Type -> Type #

Show EntityDisplayData Source # 
Instance details

Defined in Amazonka.Kendra.Types.EntityDisplayData

NFData EntityDisplayData Source # 
Instance details

Defined in Amazonka.Kendra.Types.EntityDisplayData

Methods

rnf :: EntityDisplayData -> () #

Eq EntityDisplayData Source # 
Instance details

Defined in Amazonka.Kendra.Types.EntityDisplayData

Hashable EntityDisplayData Source # 
Instance details

Defined in Amazonka.Kendra.Types.EntityDisplayData

type Rep EntityDisplayData Source # 
Instance details

Defined in Amazonka.Kendra.Types.EntityDisplayData

type Rep EntityDisplayData = D1 ('MetaData "EntityDisplayData" "Amazonka.Kendra.Types.EntityDisplayData" "amazonka-kendra-2.0-IHloXAWlYIS8YTp1gXe6J" 'False) (C1 ('MetaCons "EntityDisplayData'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "firstName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "groupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "identifiedUserName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "lastName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "userName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))))

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.