Skip to content

/AWS1/CL_IOSDESCRWKSPRESPONSE

DescribeWorkspaceResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_workspacearn TYPE /AWS1/IOSARN /AWS1/IOSARN

The ARN of the workspace.

iv_workspacename TYPE /AWS1/IOSWORKSPACENAME /AWS1/IOSWORKSPACENAME

The name of the workspace.

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

The status of the workspace, which contains the state and any error message.

iv_createdat TYPE /AWS1/IOSTIMESTAMP /AWS1/IOSTIMESTAMP

The date the workspace was created, in Unix epoch time.

iv_updatedat TYPE /AWS1/IOSTIMESTAMP /AWS1/IOSTIMESTAMP

The date the workspace was last updated, in Unix epoch time.

Optional arguments:

iv_workspacedescription TYPE /AWS1/IOSDESCRIPTION /AWS1/IOSDESCRIPTION

The description of the workspace.

io_encryptionconfiguration TYPE REF TO /AWS1/CL_IOSWKSPENCCONFINFO /AWS1/CL_IOSWKSPENCCONFINFO

The encryption configuration information for the workspace.


Queryable Attributes

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

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

workspaceDescription

The description of the workspace.

Accessible with the following methods

Method Description
GET_WORKSPACEDESCRIPTION() Getter for WORKSPACEDESCRIPTION, with configurable default
ASK_WORKSPACEDESCRIPTION() Getter for WORKSPACEDESCRIPTION w/ exceptions if field has n
HAS_WORKSPACEDESCRIPTION() Determine if WORKSPACEDESCRIPTION has a value

workspaceStatus

The status of the workspace, which contains the state and any error message.

Accessible with the following methods

Method Description
GET_WORKSPACESTATUS() Getter for WORKSPACESTATUS

encryptionConfiguration

The encryption configuration information for the workspace.

Accessible with the following methods

Method Description
GET_ENCRYPTIONCONFIGURATION() Getter for ENCRYPTIONCONFIGURATION

createdAt

The date the workspace was created, in Unix epoch time.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

updatedAt

The date the workspace was last updated, in Unix epoch time.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value