Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveSourceMetadata

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

Overview

Metadata about a retrieval source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The identifier of the retrieval source.

Returns:

  • (String)


770
771
772
773
774
775
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 770

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

#retrieval_typeString

The type of retrieval source.

Returns:

  • (String)


770
771
772
773
774
775
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 770

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