Class: Aws::Types::AgenticRetrieveMemoryRetrievalConfig
- Inherits:
-
Object
- Object
- Aws::Types::AgenticRetrieveMemoryRetrievalConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metadata_filters ⇒ ::Array[Types::AgenticRetrieveMemoryMetadataFilter]
Returns the value of attribute metadata_filters.
-
#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
#metadata_filters ⇒ ::Array[Types::AgenticRetrieveMemoryMetadataFilter]
Returns the value of attribute metadata_filters.
236 237 238 |
# File 'sig/types.rbs', line 236 def @metadata_filters end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
237 238 239 |
# File 'sig/types.rbs', line 237 def namespace @namespace end |
#namespace_path ⇒ ::String
Returns the value of attribute namespace_path.
238 239 240 |
# File 'sig/types.rbs', line 238 def namespace_path @namespace_path end |
#strategy_id ⇒ ::String
Returns the value of attribute strategy_id.
239 240 241 |
# File 'sig/types.rbs', line 239 def strategy_id @strategy_id end |