Skip to content

/AWS1/CL_BDODELETEBROWSPFLRSP

DeleteBrowserProfileResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_profileid TYPE /AWS1/BDOBROWSERPROFILEID /AWS1/BDOBROWSERPROFILEID

The unique identifier of the deleted browser profile.

iv_profilearn TYPE /AWS1/BDOBROWSERPROFILEARN /AWS1/BDOBROWSERPROFILEARN

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

iv_status TYPE /AWS1/BDOBROWSERPROFILESTATUS /AWS1/BDOBROWSERPROFILESTATUS

The current status of the browser profile deletion.

iv_lastupdatedat TYPE /AWS1/BDODATETIMESTAMP /AWS1/BDODATETIMESTAMP

The timestamp when the browser profile was last updated.

Optional arguments:

iv_lastsavedat TYPE /AWS1/BDODATETIMESTAMP /AWS1/BDODATETIMESTAMP

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


Queryable Attributes

profileId

The unique identifier of the deleted browser profile.

Accessible with the following methods

Method Description
GET_PROFILEID() Getter for PROFILEID, with configurable default
ASK_PROFILEID() Getter for PROFILEID w/ exceptions if field has no value
HAS_PROFILEID() Determine if PROFILEID has a value

profileArn

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

Accessible with the following methods

Method Description
GET_PROFILEARN() Getter for PROFILEARN, with configurable default
ASK_PROFILEARN() Getter for PROFILEARN w/ exceptions if field has no value
HAS_PROFILEARN() Determine if PROFILEARN has a value

status

The current status of the browser profile deletion.

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

lastUpdatedAt

The timestamp when the browser profile was last updated.

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

lastSavedAt

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

Accessible with the following methods

Method Description
GET_LASTSAVEDAT() Getter for LASTSAVEDAT, with configurable default
ASK_LASTSAVEDAT() Getter for LASTSAVEDAT w/ exceptions if field has no value
HAS_LASTSAVEDAT() Determine if LASTSAVEDAT has a value