Class: Aws::Types::ExpandedResultItem
- Inherits:
-
Object
- Object
- Aws::Types::ExpandedResultItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#document_attributes ⇒ ::Array[Types::DocumentAttribute]
Returns the value of attribute document_attributes.
997 998 999 |
# File 'sig/types.rbs', line 997 def document_attributes @document_attributes end |
#document_excerpt ⇒ Types::TextWithHighlights
Returns the value of attribute document_excerpt.
995 996 997 |
# File 'sig/types.rbs', line 995 def document_excerpt @document_excerpt end |
#document_id ⇒ ::String
Returns the value of attribute document_id.
993 994 995 |
# File 'sig/types.rbs', line 993 def document_id @document_id end |
#document_title ⇒ Types::TextWithHighlights
Returns the value of attribute document_title.
994 995 996 |
# File 'sig/types.rbs', line 994 def document_title @document_title end |
#document_uri ⇒ ::String
Returns the value of attribute document_uri.
996 997 998 |
# File 'sig/types.rbs', line 996 def document_uri @document_uri end |
#id ⇒ ::String
Returns the value of attribute id.
992 993 994 |
# File 'sig/types.rbs', line 992 def id @id end |