/AWS1/CL_PTSCREENGAGEMENTCTX01¶
CreateEngagementContextResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_engagementid TYPE /AWS1/PTSENGAGEMENTIDENTIFIER /AWS1/PTSENGAGEMENTIDENTIFIER¶
The unique identifier of the engagement to which the context was added. This ID confirms the successful association of the context with the specified engagement.
iv_engagementarn TYPE /AWS1/PTSENGAGEMENTARN /AWS1/PTSENGAGEMENTARN¶
The Amazon Resource Name (ARN) of the engagement to which the context was added. This globally unique identifier can be used for cross-service references and IAM policies.
iv_engagementlastmodifiedat TYPE /AWS1/PTSDATETIME /AWS1/PTSDATETIME¶
The timestamp indicating when the engagement was last modified as a result of adding the context, in ISO 8601 format (UTC). Example: "2023-05-01T20:37:46Z".
iv_contextid TYPE /AWS1/PTSENGAGEMENTCONTEXTID /AWS1/PTSENGAGEMENTCONTEXTID¶
The unique identifier assigned to the newly created engagement context. This ID can be used to reference the specific context within the engagement for future operations.
Queryable Attributes¶
EngagementId¶
The unique identifier of the engagement to which the context was added. This ID confirms the successful association of the context with the specified engagement.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENGAGEMENTID() |
Getter for ENGAGEMENTID, with configurable default |
ASK_ENGAGEMENTID() |
Getter for ENGAGEMENTID w/ exceptions if field has no value |
HAS_ENGAGEMENTID() |
Determine if ENGAGEMENTID has a value |
EngagementArn¶
The Amazon Resource Name (ARN) of the engagement to which the context was added. This globally unique identifier can be used for cross-service references and IAM policies.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENGAGEMENTARN() |
Getter for ENGAGEMENTARN, with configurable default |
ASK_ENGAGEMENTARN() |
Getter for ENGAGEMENTARN w/ exceptions if field has no value |
HAS_ENGAGEMENTARN() |
Determine if ENGAGEMENTARN has a value |
EngagementLastModifiedAt¶
The timestamp indicating when the engagement was last modified as a result of adding the context, in ISO 8601 format (UTC). Example: "2023-05-01T20:37:46Z".
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENGAGEMENTLASTMODIFIEDAT() |
Getter for ENGAGEMENTLASTMODIFIEDAT, with configurable defau |
ASK_ENGAGEMENTLASTMODIFIEDAT() |
Getter for ENGAGEMENTLASTMODIFIEDAT w/ exceptions if field h |
HAS_ENGAGEMENTLASTMODIFIEDAT() |
Determine if ENGAGEMENTLASTMODIFIEDAT has a value |
ContextId¶
The unique identifier assigned to the newly created engagement context. This ID can be used to reference the specific context within the engagement for future operations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTEXTID() |
Getter for CONTEXTID, with configurable default |
ASK_CONTEXTID() |
Getter for CONTEXTID w/ exceptions if field has no value |
HAS_CONTEXTID() |
Determine if CONTEXTID has a value |