Skip to content

/AWS1/CL_IOSWORKSPACESUMMARY

Contains summary information about a workspace, including its name, ARN, status, and creation and update timestamps.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_name TYPE /AWS1/IOSWORKSPACENAME /AWS1/IOSWORKSPACENAME

The name of the workspace.

iv_arn TYPE /AWS1/IOSARN /AWS1/IOSARN

The ARN of the workspace.

io_status TYPE REF TO /AWS1/CL_IOSWORKSPACESTATUS /AWS1/CL_IOSWORKSPACESTATUS

The status of the workspace.

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.


Queryable Attributes

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 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

status

The status of the workspace.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS

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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_WORKSPACESUMMARIES

TYPES TT_WORKSPACESUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOSWORKSPACESUMMARY WITH DEFAULT KEY
.