Class: Aws::Types::QueryResultItem
- Inherits:
-
Object
- Object
- Aws::Types::QueryResultItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_attributes ⇒ ::Array[Types::AdditionalResultAttribute]
Returns the value of attribute additional_attributes.
-
#collapsed_result_detail ⇒ Types::CollapsedResultDetail
Returns the value of attribute collapsed_result_detail.
-
#document_attributes ⇒ ::Array[Types::DocumentAttribute]
Returns the value of attribute document_attributes.
-
#document_excerpt ⇒ Types::TextWithHighlights
Returns the value of attribute document_excerpt.
-
#document_id ⇒ ::String
Returns the value of attribute document_id.
-
#document_title ⇒ Types::TextWithHighlights
Returns the value of attribute document_title.
-
#document_uri ⇒ ::String
Returns the value of attribute document_uri.
-
#feedback_token ⇒ ::String
Returns the value of attribute feedback_token.
-
#format ⇒ "TABLE", "TEXT"
Returns the value of attribute format.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#score_attributes ⇒ Types::ScoreAttributes
Returns the value of attribute score_attributes.
-
#table_excerpt ⇒ Types::TableExcerpt
Returns the value of attribute table_excerpt.
-
#type ⇒ "DOCUMENT", ...
Returns the value of attribute type.
Instance Attribute Details
#additional_attributes ⇒ ::Array[Types::AdditionalResultAttribute]
Returns the value of attribute additional_attributes.
1597 1598 1599 |
# File 'sig/types.rbs', line 1597 def additional_attributes @additional_attributes end |
#collapsed_result_detail ⇒ Types::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.
1602 1603 1604 |
# File 'sig/types.rbs', line 1602 def document_attributes @document_attributes end |
#document_excerpt ⇒ Types::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.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def document_id @document_id end |
#document_title ⇒ Types::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.
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.
1604 1605 1606 |
# File 'sig/types.rbs', line 1604 def feedback_token @feedback_token end |
#format ⇒ "TABLE", "TEXT"
Returns the value of attribute format.
1596 1597 1598 |
# File 'sig/types.rbs', line 1596 def format @format end |
#id ⇒ ::String
Returns the value of attribute id.
1594 1595 1596 |
# File 'sig/types.rbs', line 1594 def id @id end |
#score_attributes ⇒ Types::ScoreAttributes
Returns the value of attribute score_attributes.
1603 1604 1605 |
# File 'sig/types.rbs', line 1603 def score_attributes @score_attributes end |
#table_excerpt ⇒ Types::TableExcerpt
Returns the value of attribute table_excerpt.
1605 1606 1607 |
# File 'sig/types.rbs', line 1605 def table_excerpt @table_excerpt end |
#type ⇒ "DOCUMENT", ...
Returns the value of attribute type.
1595 1596 1597 |
# File 'sig/types.rbs', line 1595 def type @type end |