Class: Aws::Types::FeaturedResultsItem

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_attributes::Array[Types::AdditionalResultAttribute]

Returns the value of attribute additional_attributes.

Returns:



1091
1092
1093
# File 'sig/types.rbs', line 1091

def additional_attributes
  @additional_attributes
end

#document_attributes::Array[Types::DocumentAttribute]

Returns the value of attribute document_attributes.

Returns:



1096
1097
1098
# File 'sig/types.rbs', line 1096

def document_attributes
  @document_attributes
end

#document_excerptTypes::TextWithHighlights

Returns the value of attribute document_excerpt.



1094
1095
1096
# File 'sig/types.rbs', line 1094

def document_excerpt
  @document_excerpt
end

#document_id::String

Returns the value of attribute document_id.

Returns:

  • (::String)


1092
1093
1094
# File 'sig/types.rbs', line 1092

def document_id
  @document_id
end

#document_titleTypes::TextWithHighlights

Returns the value of attribute document_title.



1093
1094
1095
# File 'sig/types.rbs', line 1093

def document_title
  @document_title
end

#document_uri::String

Returns the value of attribute document_uri.

Returns:

  • (::String)


1095
1096
1097
# File 'sig/types.rbs', line 1095

def document_uri
  @document_uri
end

#feedback_token::String

Returns the value of attribute feedback_token.

Returns:

  • (::String)


1097
1098
1099
# File 'sig/types.rbs', line 1097

def feedback_token
  @feedback_token
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1089
1090
1091
# File 'sig/types.rbs', line 1089

def id
  @id
end

#type"DOCUMENT", ...

Returns the value of attribute type.

Returns:

  • ("DOCUMENT", "QUESTION_ANSWER", "ANSWER")


1090
1091
1092
# File 'sig/types.rbs', line 1090

def type
  @type
end