/AWS1/CL_BDCUPDATEBROWSSTRMRSP¶
UpdateBrowserStreamResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_browseridentifier TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
The identifier of the browser.
iv_sessionid TYPE /AWS1/BDCBROWSERSESSIONID /AWS1/BDCBROWSERSESSIONID¶
The identifier of the browser session.
io_streams TYPE REF TO /AWS1/CL_BDCBROWSERSESSTREAM /AWS1/CL_BDCBROWSERSESSTREAM¶
The collection of streams associated with a browser session in Amazon Bedrock AgentCore. These streams provide different ways to interact with and observe the browser session, including programmatic control and visual representation of the browser content.
iv_updatedat TYPE /AWS1/BDCDATETIMESTAMP /AWS1/BDCDATETIMESTAMP¶
The time at which the browser stream was updated.
Queryable Attributes¶
browserIdentifier¶
The identifier of the browser.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BROWSERIDENTIFIER() |
Getter for BROWSERIDENTIFIER, with configurable default |
ASK_BROWSERIDENTIFIER() |
Getter for BROWSERIDENTIFIER w/ exceptions if field has no v |
HAS_BROWSERIDENTIFIER() |
Determine if BROWSERIDENTIFIER has a value |
sessionId¶
The identifier of the browser session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SESSIONID() |
Getter for SESSIONID, with configurable default |
ASK_SESSIONID() |
Getter for SESSIONID w/ exceptions if field has no value |
HAS_SESSIONID() |
Determine if SESSIONID has a value |
streams¶
The collection of streams associated with a browser session in Amazon Bedrock AgentCore. These streams provide different ways to interact with and observe the browser session, including programmatic control and visual representation of the browser content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STREAMS() |
Getter for STREAMS |
updatedAt¶
The time at which the browser stream was updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |