Class: Aws::Types::AgenticRetrieveAction
- Inherits:
-
Object
- Object
- Aws::Types::AgenticRetrieveAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#full_document_expansion ⇒ Types::AgenticRetrieveFullDocExpansionDetails
Returns the value of attribute full_document_expansion.
-
#retrieve ⇒ Types::AgenticRetrieveActionDetails
Returns the value of attribute retrieve.
Instance Attribute Details
#full_document_expansion ⇒ Types::AgenticRetrieveFullDocExpansionDetails
Returns the value of attribute full_document_expansion.
104 105 106 |
# File 'sig/types.rbs', line 104 def full_document_expansion @full_document_expansion end |
#retrieve ⇒ Types::AgenticRetrieveActionDetails
Returns the value of attribute retrieve.
105 106 107 |
# File 'sig/types.rbs', line 105 def retrieve @retrieve end |