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)


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_typeString

The type of retrieval source.

Returns:

  • (String)


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