Skip to content

/AWS1/CL_IOSCREATEWKSPRESPONSE

CreateWorkspaceResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_workspacename TYPE /AWS1/IOSWORKSPACENAME /AWS1/IOSWORKSPACENAME

The name of the workspace.

iv_workspacearn TYPE /AWS1/IOSARN /AWS1/IOSARN

The ARN of the workspace.

io_workspacestatus TYPE REF TO /AWS1/CL_IOSWORKSPACESTATUS /AWS1/CL_IOSWORKSPACESTATUS

The status of the workspace, which is CREATING when the operation returns.


Queryable Attributes

workspaceName

The name of the workspace.

Accessible with the following methods

Method Description
GET_WORKSPACENAME() Getter for WORKSPACENAME, with configurable default
ASK_WORKSPACENAME() Getter for WORKSPACENAME w/ exceptions if field has no value
HAS_WORKSPACENAME() Determine if WORKSPACENAME has a value

workspaceArn

The 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

workspaceStatus

The status of the workspace, which is CREATING when the operation returns.

Accessible with the following methods

Method Description
GET_WORKSPACESTATUS() Getter for WORKSPACESTATUS