Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveSourceRetriever
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::AgenticRetrieveSourceRetriever
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
A source retriever that produced retrieval results.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The unique identifier of the source retriever.
Instance Attribute Details
#identifier ⇒ String
The unique identifier of the source retriever.
785 786 787 788 789 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 785 class AgenticRetrieveSourceRetriever < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |