Class: Aws::Types::AgenticRetrieveMemoryRetrieveDetails
- Inherits:
-
Object
- Object
- Aws::Types::AgenticRetrieveMemoryRetrieveDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_query ⇒ Types::AgenticRetrieveMessageContent
Returns the value of attribute input_query.
-
#memory_id ⇒ ::String
Returns the value of attribute memory_id.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#namespace_path ⇒ ::String
Returns the value of attribute namespace_path.
-
#strategy_id ⇒ ::String
Returns the value of attribute strategy_id.
Instance Attribute Details
#input_query ⇒ Types::AgenticRetrieveMessageContent
Returns the value of attribute input_query.
244 245 246 |
# File 'sig/types.rbs', line 244 def input_query @input_query end |
#memory_id ⇒ ::String
Returns the value of attribute memory_id.
245 246 247 |
# File 'sig/types.rbs', line 245 def memory_id @memory_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
246 247 248 |
# File 'sig/types.rbs', line 246 def namespace @namespace end |
#namespace_path ⇒ ::String
Returns the value of attribute namespace_path.
247 248 249 |
# File 'sig/types.rbs', line 247 def namespace_path @namespace_path end |
#strategy_id ⇒ ::String
Returns the value of attribute strategy_id.
248 249 250 |
# File 'sig/types.rbs', line 248 def strategy_id @strategy_id end |