Class: Aws::BedrockAgentRuntime::Types::RetrievalResultWebLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::RetrievalResultWebLocation
- 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
-
#url ⇒ String
The web URL/URLs for the data source location.
Instance Attribute Details
#url ⇒ String
The web URL/URLs for the data source location.
5154 5155 5156 5157 5158 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5154 class RetrievalResultWebLocation < Struct.new( :url) SENSITIVE = [] include Aws::Structure end |