Class: Aws::Types::CitationLocation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: DocumentChar, DocumentChunk, DocumentPage, SearchResultLocation, Unknown, Web

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#document_charTypes::DocumentCharLocation

Returns the value of attribute document_char.



147
148
149
# File 'sig/types.rbs', line 147

def document_char
  @document_char
end

#document_chunkTypes::DocumentChunkLocation

Returns the value of attribute document_chunk.



149
150
151
# File 'sig/types.rbs', line 149

def document_chunk
  @document_chunk
end

#document_pageTypes::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_locationTypes::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

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


151
152
153
# File 'sig/types.rbs', line 151

def unknown
  @unknown
end

#webTypes::WebLocation

Returns the value of attribute web.

Returns:



146
147
148
# File 'sig/types.rbs', line 146

def web
  @web
end