Class: Aws::Types::AgenticRetrieveSourceMetadata
- Inherits:
-
Object
- Object
- Aws::Types::AgenticRetrieveSourceMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#retrieval_type ⇒ "BedrockKnowledgeBase", "BedrockAgentCoreMemory"
Returns the value of attribute retrieval_type.
Instance Attribute Details
#identifier ⇒ ::String
Returns the value of attribute identifier.
302 303 304 |
# File 'sig/types.rbs', line 302 def identifier @identifier end |
#retrieval_type ⇒ "BedrockKnowledgeBase", "BedrockAgentCoreMemory"
Returns the value of attribute retrieval_type.
303 304 305 |
# File 'sig/types.rbs', line 303 def retrieval_type @retrieval_type end |