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"
Returns the value of attribute retrieval_type.
Instance Attribute Details
#identifier ⇒ ::String
Returns the value of attribute identifier.
221 222 223 |
# File 'sig/types.rbs', line 221 def identifier @identifier end |
#retrieval_type ⇒ "BedrockKnowledgeBase"
Returns the value of attribute retrieval_type.
222 223 224 |
# File 'sig/types.rbs', line 222 def retrieval_type @retrieval_type end |