Class: Aws::Types::CitationLocation
- Inherits:
-
Object
- Object
- Aws::Types::CitationLocation
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: DocumentChar, DocumentChunk, DocumentPage, SearchResultLocation, Unknown, Web
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document_char ⇒ Types::DocumentCharLocation
Returns the value of attribute document_char.
-
#document_chunk ⇒ Types::DocumentChunkLocation
Returns the value of attribute document_chunk.
-
#document_page ⇒ Types::DocumentPageLocation
Returns the value of attribute document_page.
-
#search_result_location ⇒ Types::SearchResultLocation
Returns the value of attribute search_result_location.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#web ⇒ Types::WebLocation
Returns the value of attribute web.
Instance Attribute Details
#document_char ⇒ Types::DocumentCharLocation
Returns the value of attribute document_char.
147 148 149 |
# File 'sig/types.rbs', line 147 def document_char @document_char end |
#document_chunk ⇒ Types::DocumentChunkLocation
Returns the value of attribute document_chunk.
149 150 151 |
# File 'sig/types.rbs', line 149 def document_chunk @document_chunk end |
#document_page ⇒ Types::DocumentPageLocation
Returns the value of attribute document_page.
148 149 150 |
# File 'sig/types.rbs', line 148 def document_page @document_page end |
#search_result_location ⇒ Types::SearchResultLocation
Returns the value of attribute search_result_location.
150 151 152 |
# File 'sig/types.rbs', line 150 def search_result_location @search_result_location end |
#unknown ⇒ Object
Returns the value of attribute unknown.
151 152 153 |
# File 'sig/types.rbs', line 151 def unknown @unknown end |
#web ⇒ Types::WebLocation
Returns the value of attribute web.
146 147 148 |
# File 'sig/types.rbs', line 146 def web @web end |