Class: Aws::Types::AgenticRetrieveMemoryConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AgenticRetrieveMemoryConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#memory_id ⇒ ::String
Returns the value of attribute memory_id.
-
#persistence_mode ⇒ "DEFAULT", "NONE"
Returns the value of attribute persistence_mode.
-
#retrieval_configs ⇒ ::Array[Types::AgenticRetrieveMemoryRetrievalConfig]
Returns the value of attribute retrieval_configs.
-
#session_binding ⇒ Types::AgenticRetrieveMemorySessionBinding
Returns the value of attribute session_binding.
Instance Attribute Details
#memory_id ⇒ ::String
Returns the value of attribute memory_id.
179 180 181 |
# File 'sig/types.rbs', line 179 def memory_id @memory_id end |
#persistence_mode ⇒ "DEFAULT", "NONE"
Returns the value of attribute persistence_mode.
180 181 182 |
# File 'sig/types.rbs', line 180 def persistence_mode @persistence_mode end |
#retrieval_configs ⇒ ::Array[Types::AgenticRetrieveMemoryRetrievalConfig]
Returns the value of attribute retrieval_configs.
181 182 183 |
# File 'sig/types.rbs', line 181 def retrieval_configs @retrieval_configs end |
#session_binding ⇒ Types::AgenticRetrieveMemorySessionBinding
Returns the value of attribute session_binding.
182 183 184 |
# File 'sig/types.rbs', line 182 def session_binding @session_binding end |