Skip to content

Bedrock Agentcore Control  >  Structures  >  BrowserSummary

BrowserSummary

Structure Class

BrowserSummary dataclass

Contains summary information about a browser. A browser enables Amazon Bedrock AgentCore Agent to interact with web content.

Attributes

browser_arn instance-attribute
browser_arn: str

The Amazon Resource Name (ARN) of the browser.

browser_id instance-attribute
browser_id: str

The unique identifier of the browser.

created_at instance-attribute
created_at: datetime

The timestamp when the browser was created.

description class-attribute instance-attribute
description: str | None = field(repr=False, default=None)

The description of the browser.

last_updated_at class-attribute instance-attribute
last_updated_at: datetime | None = None

The timestamp when the browser was last updated.

name class-attribute instance-attribute
name: str | None = None

The name of the browser.

status instance-attribute
status: BrowserStatus

The current status of the browser.