Class: Aws::Kendra::Types::AdditionalResultAttributeValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::AdditionalResultAttributeValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
An attribute returned with a document from a search.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#text_with_highlights_value ⇒ Types::TextWithHighlights
The text associated with the attribute and information about the highlight to apply to the text.
Instance Attribute Details
#text_with_highlights_value ⇒ Types::TextWithHighlights
The text associated with the attribute and information about the highlight to apply to the text.
113 114 115 116 117 |
# File 'lib/aws-sdk-kendra/types.rb', line 113 class AdditionalResultAttributeValue < Struct.new( :text_with_highlights_value) SENSITIVE = [] include Aws::Structure end |