BrowserProfileSummary

Contains summary information about a browser profile. A browser profile stores persistent browser data that can be reused across browser sessions.

Types

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

Properties

Link copied to clipboard
val createdAt: <Error class: unknown class>

The timestamp when the browser profile was created.

Link copied to clipboard

The description of the browser profile.

Link copied to clipboard
val lastSavedAt: <Error class: unknown class>?

The timestamp when browser session data was last saved to this profile.

Link copied to clipboard

The identifier of the browser from which data was last saved to this profile.

Link copied to clipboard

The identifier of the browser session from which data was last saved to this profile.

Link copied to clipboard
val lastUpdatedAt: <Error class: unknown class>

The timestamp when the browser profile was last updated.

Link copied to clipboard

The name of the browser profile.

Link copied to clipboard

The Amazon Resource Name (ARN) of the browser profile.

Link copied to clipboard

The unique identifier of the browser profile.

Link copied to clipboard

The current status of the browser profile. Possible values include READY, SAVING, DELETING, and DELETED.

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