Bedrock Runtime > Structures > WebLocation WebLocation¶ Structure Class¶ WebLocation dataclass ¶ Provides the URL and domain information for the website that was cited when performing a web search. Attributes¶ domain class-attribute instance-attribute ¶ domain: str | None = None The domain that was cited when performing a web search. url class-attribute instance-attribute ¶ url: str | None = None The URL that was cited when performing a web search.