Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveSourceMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::AgenticRetrieveSourceMetadata
- Includes:
- Structure
- Defined in:
- 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.
1040 1041 1042 1043 1044 1045 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 1040 class AgenticRetrieveSourceMetadata < Struct.new( :identifier, :retrieval_type) SENSITIVE = [] include Aws::Structure end |
#retrieval_type ⇒ String
The type of retrieval source.
1040 1041 1042 1043 1044 1045 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 1040 class AgenticRetrieveSourceMetadata < Struct.new( :identifier, :retrieval_type) SENSITIVE = [] include Aws::Structure end |