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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kendra/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 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 113

class AdditionalResultAttributeValue < Struct.new(
  :text_with_highlights_value)
  SENSITIVE = []
  include Aws::Structure
end