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.AdditionalResultAttribute

Description

 
Synopsis

Documentation

data AdditionalResultAttribute Source #

An attribute returned from an index query.

See: newAdditionalResultAttribute smart constructor.

Constructors

AdditionalResultAttribute' 

Fields

Instances

Instances details
FromJSON AdditionalResultAttribute Source # 
Instance details

Defined in Amazonka.Kendra.Types.AdditionalResultAttribute

Generic AdditionalResultAttribute Source # 
Instance details

Defined in Amazonka.Kendra.Types.AdditionalResultAttribute

Associated Types

type Rep AdditionalResultAttribute :: Type -> Type #

Read AdditionalResultAttribute Source # 
Instance details

Defined in Amazonka.Kendra.Types.AdditionalResultAttribute

Show AdditionalResultAttribute Source # 
Instance details

Defined in Amazonka.Kendra.Types.AdditionalResultAttribute

NFData AdditionalResultAttribute Source # 
Instance details

Defined in Amazonka.Kendra.Types.AdditionalResultAttribute

Eq AdditionalResultAttribute Source # 
Instance details

Defined in Amazonka.Kendra.Types.AdditionalResultAttribute

Hashable AdditionalResultAttribute Source # 
Instance details

Defined in Amazonka.Kendra.Types.AdditionalResultAttribute

type Rep AdditionalResultAttribute Source # 
Instance details

Defined in Amazonka.Kendra.Types.AdditionalResultAttribute

type Rep AdditionalResultAttribute = D1 ('MetaData "AdditionalResultAttribute" "Amazonka.Kendra.Types.AdditionalResultAttribute" "amazonka-kendra-2.0-IHloXAWlYIS8YTp1gXe6J" 'False) (C1 ('MetaCons "AdditionalResultAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "valueType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AdditionalResultAttributeValueType) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AdditionalResultAttributeValue))))

newAdditionalResultAttribute Source #

Create a value of AdditionalResultAttribute 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:key:AdditionalResultAttribute', additionalResultAttribute_key - The key that identifies the attribute.

$sel:valueType:AdditionalResultAttribute', additionalResultAttribute_valueType - The data type of the Value property.

$sel:value:AdditionalResultAttribute', additionalResultAttribute_value - An object that contains the attribute value.