Class: Aws::Kendra::Types::AdditionalResultAttributeValue

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#text_with_highlights_valueTypes::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