Skip to content

/AWS1/CL_CUSPFLHISTORYRECORD

Contains profile history record metadata.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_id TYPE /AWS1/CUSUUID /AWS1/CUSUUID

The unique identifier of the profile history record.

iv_objecttypename TYPE /AWS1/CUSTYPENAME /AWS1/CUSTYPENAME

The name of the profile object type.

iv_createdat TYPE /AWS1/CUSTIMESTAMP /AWS1/CUSTIMESTAMP

The timestamp of when the profile history record was created.

iv_actiontype TYPE /AWS1/CUSACTIONTYPE /AWS1/CUSACTIONTYPE

The action type of the profile history record.

Optional arguments:

iv_lastupdatedat TYPE /AWS1/CUSTIMESTAMP /AWS1/CUSTIMESTAMP

The timestamp of when the profile history record was last updated.

iv_profileobjectuniquekey TYPE /AWS1/CUSSTRING1TO255 /AWS1/CUSSTRING1TO255

The unique identifier of the profile object generated by the service.

iv_performedby TYPE /AWS1/CUSSTRING1TO255 /AWS1/CUSSTRING1TO255

The Amazon Resource Name (ARN) of the person or service principal who performed the action.


Queryable Attributes

Id

The unique identifier of the profile history record.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

ObjectTypeName

The name of the profile object type.

Accessible with the following methods

Method Description
GET_OBJECTTYPENAME() Getter for OBJECTTYPENAME, with configurable default
ASK_OBJECTTYPENAME() Getter for OBJECTTYPENAME w/ exceptions if field has no valu
HAS_OBJECTTYPENAME() Determine if OBJECTTYPENAME has a value

CreatedAt

The timestamp of when the profile history record was created.

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 of when the profile history record 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

ActionType

The action type of the profile history record.

Accessible with the following methods

Method Description
GET_ACTIONTYPE() Getter for ACTIONTYPE, with configurable default
ASK_ACTIONTYPE() Getter for ACTIONTYPE w/ exceptions if field has no value
HAS_ACTIONTYPE() Determine if ACTIONTYPE has a value

ProfileObjectUniqueKey

The unique identifier of the profile object generated by the service.

Accessible with the following methods

Method Description
GET_PROFILEOBJECTUNIQUEKEY() Getter for PROFILEOBJECTUNIQUEKEY, with configurable default
ASK_PROFILEOBJECTUNIQUEKEY() Getter for PROFILEOBJECTUNIQUEKEY w/ exceptions if field has
HAS_PROFILEOBJECTUNIQUEKEY() Determine if PROFILEOBJECTUNIQUEKEY has a value

PerformedBy

The Amazon Resource Name (ARN) of the person or service principal who performed the action.

Accessible with the following methods

Method Description
GET_PERFORMEDBY() Getter for PERFORMEDBY, with configurable default
ASK_PERFORMEDBY() Getter for PERFORMEDBY w/ exceptions if field has no value
HAS_PERFORMEDBY() Determine if PERFORMEDBY 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_PROFILEHISTORYRECORDS

TYPES TT_PROFILEHISTORYRECORDS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CUSPFLHISTORYRECORD WITH DEFAULT KEY
.