Class: Aws::Types::AgenticRetrieveFullDocExpansionDetails
- Inherits:
-
Object
- Object
- Aws::Types::AgenticRetrieveFullDocExpansionDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document_id ⇒ ::String
Returns the value of attribute document_id.
-
#source_retriever ⇒ Types::AgenticRetrieveSourceRetriever
Returns the value of attribute source_retriever.
Instance Attribute Details
#document_id ⇒ ::String
Returns the value of attribute document_id.
158 159 160 |
# File 'sig/types.rbs', line 158 def document_id @document_id end |
#source_retriever ⇒ Types::AgenticRetrieveSourceRetriever
Returns the value of attribute source_retriever.
159 160 161 |
# File 'sig/types.rbs', line 159 def source_retriever @source_retriever end |