Class: Aws::Types::AgenticRetrieveResultItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contentTypes::RetrievalContent

Returns the value of attribute content.



214
215
216
# File 'sig/types.rbs', line 214

def content
  @content
end

#metadata::Hash[::String, untyped]

Returns the value of attribute metadata.

Returns:

  • (::Hash[::String, untyped])


215
216
217
# File 'sig/types.rbs', line 215

def 
  @metadata
end

#source_retrieverTypes::AgenticRetrieveSourceRetriever

Returns the value of attribute source_retriever.



216
217
218
# File 'sig/types.rbs', line 216

def source_retriever
  @source_retriever
end