Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveSourceMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::AgenticRetrieveSourceMetadata
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Metadata about a retrieval source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The identifier of the retrieval source.
-
#retrieval_type ⇒ String
The type of retrieval source.
Instance Attribute Details
#identifier ⇒ String
The identifier of the retrieval source.
770 771 772 773 774 775 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 770 class AgenticRetrieveSourceMetadata < Struct.new( :identifier, :retrieval_type) SENSITIVE = [] include Aws::Structure end |
#retrieval_type ⇒ String
The type of retrieval source.
770 771 772 773 774 775 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 770 class AgenticRetrieveSourceMetadata < Struct.new( :identifier, :retrieval_type) SENSITIVE = [] include Aws::Structure end |