Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveSourceRetriever

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb

Overview

A source retriever that produced retrieval results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The unique identifier of the source retriever.

Returns:

  • (String)


785
786
787
788
789
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 785

class AgenticRetrieveSourceRetriever < Struct.new(
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end