Skip to content

/AWS1/CL_BDCBROWSERSESSUMMARY

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.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_browseridentifier TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING

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

iv_sessionid TYPE /AWS1/BDCBROWSERSESSIONID /AWS1/BDCBROWSERSESSIONID

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

iv_status TYPE /AWS1/BDCBROWSERSESSIONSTATUS /AWS1/BDCBROWSERSESSIONSTATUS

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

iv_createdat TYPE /AWS1/BDCDATETIMESTAMP /AWS1/BDCDATETIMESTAMP

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

Optional arguments:

iv_name TYPE /AWS1/BDCNAME /AWS1/BDCNAME

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

iv_lastupdatedat TYPE /AWS1/BDCDATETIMESTAMP /AWS1/BDCDATETIMESTAMP

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


Queryable Attributes

browserIdentifier

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

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 unique identifier of the browser session. This identifier is used in operations that interact with the 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

name

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

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

status

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

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

createdAt

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

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

lastUpdatedAt

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

Accessible with the following methods

Method Description
GET_LASTUPDATEDAT() Getter for LASTUPDATEDAT, with configurable default
ASK_LASTUPDATEDAT() Getter for LASTUPDATEDAT w/ exceptions if field has no value
HAS_LASTUPDATEDAT() Determine if LASTUPDATEDAT has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_BROWSERSESSIONSUMMARIES

TYPES TT_BROWSERSESSIONSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCBROWSERSESSUMMARY WITH DEFAULT KEY
.