Class: Aws::BedrockAgentRuntime::Types::RetrievalResultWebLocation

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

Overview

The web URL/URLs data source location.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#urlString

The web URL/URLs for the data source location.

Returns:

  • (String)


3147
3148
3149
3150
3151
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3147

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