/AWS1/CL_WLKDESCRDEVICERSP¶
DescribeDeviceResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_status TYPE /AWS1/WLKDEVICESTATUS /AWS1/WLKDEVICESTATUS¶
The current state of the device.
iv_model TYPE /AWS1/WLKDEVICEMODEL /AWS1/WLKDEVICEMODEL¶
The model of the device.
iv_manufacturer TYPE /AWS1/WLKDEVICEMANUFACTURER /AWS1/WLKDEVICEMANUFACTURER¶
The manufacturer of the device.
iv_operatingsystem TYPE /AWS1/WLKDEVOPERATINGSYSTEMN00 /AWS1/WLKDEVOPERATINGSYSTEMN00¶
The operating system of the device.
iv_operatingsystemversion TYPE /AWS1/WLKDEVOPERATINGSYSTEMVRS /AWS1/WLKDEVOPERATINGSYSTEMVRS¶
The operating system version of the device.
iv_patchlevel TYPE /AWS1/WLKDEVICEPATCHLEVEL /AWS1/WLKDEVICEPATCHLEVEL¶
The operating system patch level of the device.
iv_firstaccessedtime TYPE /AWS1/WLKDATETIME /AWS1/WLKDATETIME¶
The date that the device first signed in to Amazon WorkLink.
iv_lastaccessedtime TYPE /AWS1/WLKDATETIME /AWS1/WLKDATETIME¶
The date that the device last accessed Amazon WorkLink.
iv_username TYPE /AWS1/WLKUSERNAME /AWS1/WLKUSERNAME¶
The user name associated with the device.
Queryable Attributes¶
Status¶
The current state of the device.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
Model¶
The model of the device.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODEL() |
Getter for MODEL, with configurable default |
ASK_MODEL() |
Getter for MODEL w/ exceptions if field has no value |
HAS_MODEL() |
Determine if MODEL has a value |
Manufacturer¶
The manufacturer of the device.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MANUFACTURER() |
Getter for MANUFACTURER, with configurable default |
ASK_MANUFACTURER() |
Getter for MANUFACTURER w/ exceptions if field has no value |
HAS_MANUFACTURER() |
Determine if MANUFACTURER has a value |
OperatingSystem¶
The operating system of the device.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERATINGSYSTEM() |
Getter for OPERATINGSYSTEM, with configurable default |
ASK_OPERATINGSYSTEM() |
Getter for OPERATINGSYSTEM w/ exceptions if field has no val |
HAS_OPERATINGSYSTEM() |
Determine if OPERATINGSYSTEM has a value |
OperatingSystemVersion¶
The operating system version of the device.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERATINGSYSTEMVERSION() |
Getter for OPERATINGSYSTEMVERSION, with configurable default |
ASK_OPERATINGSYSTEMVERSION() |
Getter for OPERATINGSYSTEMVERSION w/ exceptions if field has |
HAS_OPERATINGSYSTEMVERSION() |
Determine if OPERATINGSYSTEMVERSION has a value |
PatchLevel¶
The operating system patch level of the device.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PATCHLEVEL() |
Getter for PATCHLEVEL, with configurable default |
ASK_PATCHLEVEL() |
Getter for PATCHLEVEL w/ exceptions if field has no value |
HAS_PATCHLEVEL() |
Determine if PATCHLEVEL has a value |
FirstAccessedTime¶
The date that the device first signed in to Amazon WorkLink.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIRSTACCESSEDTIME() |
Getter for FIRSTACCESSEDTIME, with configurable default |
ASK_FIRSTACCESSEDTIME() |
Getter for FIRSTACCESSEDTIME w/ exceptions if field has no v |
HAS_FIRSTACCESSEDTIME() |
Determine if FIRSTACCESSEDTIME has a value |
LastAccessedTime¶
The date that the device last accessed Amazon WorkLink.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTACCESSEDTIME() |
Getter for LASTACCESSEDTIME, with configurable default |
ASK_LASTACCESSEDTIME() |
Getter for LASTACCESSEDTIME w/ exceptions if field has no va |
HAS_LASTACCESSEDTIME() |
Determine if LASTACCESSEDTIME has a value |
Username¶
The user name associated with the device.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERNAME() |
Getter for USERNAME, with configurable default |
ASK_USERNAME() |
Getter for USERNAME w/ exceptions if field has no value |
HAS_USERNAME() |
Determine if USERNAME has a value |