Class: Aws::BedrockRuntime::Types::WebLocation

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

Overview

Provides the URL and domain information for the website that was cited when performing a web search.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The domain that was cited when performing a web search.

Returns:

  • (String)


4958
4959
4960
4961
4962
4963
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4958

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

#urlString

The URL that was cited when performing a web search.

Returns:

  • (String)


4958
4959
4960
4961
4962
4963
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4958

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