Class: Aws::BedrockAgentRuntime::Types::RetrievalResultWebLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::RetrievalResultWebLocation
- Includes:
- Structure
- Defined in:
- 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.
8710 8711 8712 8713 8714 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 8710 class RetrievalResultWebLocation < Struct.new( :url) SENSITIVE = [] include Aws::Structure end |