Class: Aws::Types::FeaturedResultsItem
- Inherits:
-
Object
- Object
- Aws::Types::FeaturedResultsItem
- 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.
-
#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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#type ⇒ "DOCUMENT", ...
Returns the value of attribute type.
Instance Attribute Details
#additional_attributes ⇒ ::Array[Types::AdditionalResultAttribute]
Returns the value of attribute additional_attributes.
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.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def document_attributes @document_attributes end |
#document_excerpt ⇒ Types::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.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def document_id @document_id end |
#document_title ⇒ Types::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.
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.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def feedback_token @feedback_token end |
#id ⇒ ::String
Returns the value of attribute id.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def id @id end |
#type ⇒ "DOCUMENT", ...
Returns the value of attribute type.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def type @type end |