/AWS1/CL_CNTWORKSPACEASCEARC02¶
Contains summary information about a workspace association with a user or routing profile.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_workspaceid TYPE /AWS1/CNTWORKSPACEID /AWS1/CNTWORKSPACEID¶
The identifier of the workspace.
iv_workspacearn TYPE /AWS1/CNTARN /AWS1/CNTARN¶
The Amazon Resource Name (ARN) of the workspace.
iv_resourceid TYPE /AWS1/CNTWORKSPACEASSOCDRESID /AWS1/CNTWORKSPACEASSOCDRESID¶
The identifier of the associated resource (user or routing profile).
iv_resourcearn TYPE /AWS1/CNTARN /AWS1/CNTARN¶
The Amazon Resource Name (ARN) of the associated resource.
iv_resourcetype TYPE /AWS1/CNTWORKSPACEASSCDRESTYPE /AWS1/CNTWORKSPACEASSCDRESTYPE¶
The type of resource associated with the workspace. Valid values are:
USERandROUTING_PROFILE.
iv_resourcename TYPE /AWS1/CNTWORKSPACEASSCDRESNAME /AWS1/CNTWORKSPACEASSCDRESNAME¶
The name of the associated resource.
Queryable Attributes¶
WorkspaceId¶
The identifier of the workspace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKSPACEID() |
Getter for WORKSPACEID, with configurable default |
ASK_WORKSPACEID() |
Getter for WORKSPACEID w/ exceptions if field has no value |
HAS_WORKSPACEID() |
Determine if WORKSPACEID has a value |
WorkspaceArn¶
The Amazon Resource Name (ARN) of the workspace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKSPACEARN() |
Getter for WORKSPACEARN, with configurable default |
ASK_WORKSPACEARN() |
Getter for WORKSPACEARN w/ exceptions if field has no value |
HAS_WORKSPACEARN() |
Determine if WORKSPACEARN has a value |
ResourceId¶
The identifier of the associated resource (user or routing profile).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEID() |
Getter for RESOURCEID, with configurable default |
ASK_RESOURCEID() |
Getter for RESOURCEID w/ exceptions if field has no value |
HAS_RESOURCEID() |
Determine if RESOURCEID has a value |
ResourceArn¶
The Amazon Resource Name (ARN) of the associated resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN has a value |
ResourceType¶
The type of resource associated with the workspace. Valid values are:
USERandROUTING_PROFILE.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |
ResourceName¶
The name of the associated resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCENAME() |
Getter for RESOURCENAME, with configurable default |
ASK_RESOURCENAME() |
Getter for RESOURCENAME w/ exceptions if field has no value |
HAS_RESOURCENAME() |
Determine if RESOURCENAME 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_WORKSPACEASSOCSRCHSUMMLIST¶
TYPES TT_WORKSPACEASSOCSRCHSUMMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTWORKSPACEASCEARC02 WITH DEFAULT KEY
.