# AdditionalResultAttribute

> **Class** in `langchain_aws`

📖 [View in docs](https://reference.langchain.com/python/langchain-aws/retrievers/kendra/AdditionalResultAttribute)

Additional result attribute.

## Signature

```python
AdditionalResultAttribute()
```

## Extends

- `BaseModel`

## Properties

- `Key`
- `ValueType`
- `Value`

## Methods

- [`get_value_text()`](https://reference.langchain.com/python/langchain-aws/retrievers/kendra/AdditionalResultAttribute/get_value_text)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-aws/blob/11c5c131f922af35aee690326efd363b490da2e9/libs/aws/langchain_aws/retrievers/kendra.py#L109)