get_browser_profile¶
Operation¶
get_browser_profile
async
¶
get_browser_profile(input: GetBrowserProfileInput, plugins: list[Plugin] | None = None) -> GetBrowserProfileOutput
Gets information about a browser profile.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
GetBrowserProfileInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
GetBrowserProfileOutput
|
An instance of |
Input¶
GetBrowserProfileInput
dataclass
¶
Output¶
GetBrowserProfileOutput
dataclass
¶
Dataclass for GetBrowserProfileOutput structure.
Attributes¶
created_at
instance-attribute
¶
created_at: datetime
The timestamp when the browser profile was created.
description
class-attribute
instance-attribute
¶
description: str | None = field(repr=False, default=None)
The description of the browser profile.
last_saved_at
class-attribute
instance-attribute
¶
last_saved_at: datetime | None = None
The timestamp when browser session data was last saved to this profile.
last_saved_browser_id
class-attribute
instance-attribute
¶
last_saved_browser_id: str | None = None
The identifier of the browser from which data was last saved to this profile.
last_saved_browser_session_id
class-attribute
instance-attribute
¶
last_saved_browser_session_id: str | None = None
The identifier of the browser session from which data was last saved to this profile.
last_updated_at
instance-attribute
¶
last_updated_at: datetime
The timestamp when the browser profile was last updated.
profile_arn
instance-attribute
¶
profile_arn: str
The Amazon Resource Name (ARN) of the browser profile.