Class: Aws::Types::AgenticRetrieveTraceResultItem
- Inherits:
-
Object
- Object
- Aws::Types::AgenticRetrieveTraceResultItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ Types::RetrievalContent
Returns the value of attribute content.
-
#metadata ⇒ ::Hash[::String, untyped]
Returns the value of attribute metadata.
-
#source_retriever ⇒ Types::AgenticRetrieveSourceRetriever
Returns the value of attribute source_retriever.
Instance Attribute Details
#content ⇒ Types::RetrievalContent
Returns the value of attribute content.
268 269 270 |
# File 'sig/types.rbs', line 268 def content @content end |
#metadata ⇒ ::Hash[::String, untyped]
Returns the value of attribute metadata.
269 270 271 |
# File 'sig/types.rbs', line 269 def @metadata end |
#source_retriever ⇒ Types::AgenticRetrieveSourceRetriever
Returns the value of attribute source_retriever.
270 271 272 |
# File 'sig/types.rbs', line 270 def source_retriever @source_retriever end |