/AWS1/CL_AMPCREATEWORKSPACERSP¶
Represents the output of a CreateWorkspace operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_workspaceid TYPE /AWS1/AMPWORKSPACEID /AWS1/AMPWORKSPACEID¶
The unique ID for the new workspace.
iv_arn TYPE /AWS1/AMPWORKSPACEARN /AWS1/AMPWORKSPACEARN¶
The ARN for the new workspace.
io_status TYPE REF TO /AWS1/CL_AMPWORKSPACESTATUS /AWS1/CL_AMPWORKSPACESTATUS¶
The current status of the new workspace. Immediately after you create the workspace, the status is usually
CREATING.
Optional arguments:¶
it_tags TYPE /AWS1/CL_AMPTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The list of tag keys and values that are associated with the workspace.
iv_kmskeyarn TYPE /AWS1/AMPKMSKEYARN /AWS1/AMPKMSKEYARN¶
(optional) If the workspace was created with a customer managed KMS key, the ARN for the key used.
Queryable Attributes¶
workspaceId¶
The unique ID for the new 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 |
arn¶
The ARN for the new 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 |
status¶
The current status of the new workspace. Immediately after you create the workspace, the status is usually
CREATING.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS |
tags¶
The list of tag keys and values that are associated with 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 |
kmsKeyArn¶
(optional) If the workspace was created with a customer managed KMS key, the ARN for the key used.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KMSKEYARN() |
Getter for KMSKEYARN, with configurable default |
ASK_KMSKEYARN() |
Getter for KMSKEYARN w/ exceptions if field has no value |
HAS_KMSKEYARN() |
Determine if KMSKEYARN has a value |