BrowserSessionSummary

A condensed representation of a browser session in Amazon Bedrock. This structure contains key information about a browser session, including identifiers, status, and timestamps, without the full details of the session configuration and streams.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier of the browser associated with the session. This identifier specifies which browser environment is used for the session.

Link copied to clipboard

The timestamp when the browser session was created. This value is in ISO 8601 format.

Link copied to clipboard

The timestamp when the browser session was last updated. This value is in ISO 8601 format.

Link copied to clipboard
val name: String?

The name of the browser session. This name helps identify and manage the session.

Link copied to clipboard

The unique identifier of the browser session. This identifier is used in operations that interact with the session.

Link copied to clipboard

The current status of the browser session. Possible values include ACTIVE, STOPPING, and STOPPED.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String