Class: Aws::Types::QueryResultItem

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:



1597
1598
1599
# File 'sig/types.rbs', line 1597

def additional_attributes
  @additional_attributes
end

#collapsed_result_detailTypes::CollapsedResultDetail

Returns the value of attribute collapsed_result_detail.



1606
1607
1608
# File 'sig/types.rbs', line 1606

def collapsed_result_detail
  @collapsed_result_detail
end

#document_attributes::Array[Types::DocumentAttribute]

Returns the value of attribute document_attributes.

Returns:



1602
1603
1604
# File 'sig/types.rbs', line 1602

def document_attributes
  @document_attributes
end

#document_excerptTypes::TextWithHighlights

Returns the value of attribute document_excerpt.



1600
1601
1602
# File 'sig/types.rbs', line 1600

def document_excerpt
  @document_excerpt
end

#document_id::String

Returns the value of attribute document_id.

Returns:

  • (::String)


1598
1599
1600
# File 'sig/types.rbs', line 1598

def document_id
  @document_id
end

#document_titleTypes::TextWithHighlights

Returns the value of attribute document_title.



1599
1600
1601
# File 'sig/types.rbs', line 1599

def document_title
  @document_title
end

#document_uri::String

Returns the value of attribute document_uri.

Returns:

  • (::String)


1601
1602
1603
# File 'sig/types.rbs', line 1601

def document_uri
  @document_uri
end

#feedback_token::String

Returns the value of attribute feedback_token.

Returns:

  • (::String)


1604
1605
1606
# File 'sig/types.rbs', line 1604

def feedback_token
  @feedback_token
end

#format"TABLE", "TEXT"

Returns the value of attribute format.

Returns:

  • ("TABLE", "TEXT")


1596
1597
1598
# File 'sig/types.rbs', line 1596

def format
  @format
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1594
1595
1596
# File 'sig/types.rbs', line 1594

def id
  @id
end

#score_attributesTypes::ScoreAttributes

Returns the value of attribute score_attributes.



1603
1604
1605
# File 'sig/types.rbs', line 1603

def score_attributes
  @score_attributes
end

#table_excerptTypes::TableExcerpt

Returns the value of attribute table_excerpt.

Returns:



1605
1606
1607
# File 'sig/types.rbs', line 1605

def table_excerpt
  @table_excerpt
end

#type"DOCUMENT", ...

Returns the value of attribute type.

Returns:

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


1595
1596
1597
# File 'sig/types.rbs', line 1595

def type
  @type
end