/AWS1/CL_CNTWORKSPACE¶
Contains information about a workspace, which defines the user experience by mapping views to pages.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/CNTWORKSPACEID /AWS1/CNTWORKSPACEID¶
The unique identifier of the workspace.
iv_name TYPE /AWS1/CNTWORKSPACENAME /AWS1/CNTWORKSPACENAME¶
The name of the workspace.
iv_arn TYPE /AWS1/CNTARN /AWS1/CNTARN¶
The Amazon Resource Name (ARN) of the workspace.
iv_lastmodifiedtime TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP¶
The timestamp when the workspace was last modified.
Optional arguments:¶
iv_visibility TYPE /AWS1/CNTVISIBILITY /AWS1/CNTVISIBILITY¶
Controls who can access the workspace. Valid values are:
ALL(all users),ASSIGNED(only assigned users and routing profiles), andNONE(not visible).
iv_description TYPE /AWS1/CNTWORKSPACEDESCRIPTION /AWS1/CNTWORKSPACEDESCRIPTION¶
The description of the workspace.
io_theme TYPE REF TO /AWS1/CL_CNTWORKSPACETHEME /AWS1/CL_CNTWORKSPACETHEME¶
The theme configuration for the workspace, including colors and styling.
iv_title TYPE /AWS1/CNTWORKSPACETITLE /AWS1/CNTWORKSPACETITLE¶
The title displayed for the workspace.
iv_lastmodifiedregion TYPE /AWS1/CNTREGIONNAME /AWS1/CNTREGIONNAME¶
The Amazon Web Services Region where the workspace was last modified.
it_tags TYPE /AWS1/CL_CNTTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The tags used to organize, track, or control access for the workspace.
Queryable Attributes¶
Visibility¶
Controls who can access the workspace. Valid values are:
ALL(all users),ASSIGNED(only assigned users and routing profiles), andNONE(not visible).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VISIBILITY() |
Getter for VISIBILITY, with configurable default |
ASK_VISIBILITY() |
Getter for VISIBILITY w/ exceptions if field has no value |
HAS_VISIBILITY() |
Determine if VISIBILITY has a value |
Id¶
The unique identifier of the workspace.
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 |
Name¶
The name of the workspace.
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 |
Arn¶
The Amazon Resource Name (ARN) of the workspace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
Description¶
The description of the workspace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
Theme¶
The theme configuration for the workspace, including colors and styling.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_THEME() |
Getter for THEME |
Title¶
The title displayed for the workspace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TITLE() |
Getter for TITLE, with configurable default |
ASK_TITLE() |
Getter for TITLE w/ exceptions if field has no value |
HAS_TITLE() |
Determine if TITLE has a value |
LastModifiedTime¶
The timestamp when the workspace was last modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME has a value |
LastModifiedRegion¶
The Amazon Web Services Region where the workspace was last modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDREGION() |
Getter for LASTMODIFIEDREGION, with configurable default |
ASK_LASTMODIFIEDREGION() |
Getter for LASTMODIFIEDREGION w/ exceptions if field has no |
HAS_LASTMODIFIEDREGION() |
Determine if LASTMODIFIEDREGION has a value |
Tags¶
The tags used to organize, track, or control access for the workspace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |