/AWS1/CL_WSPUPDATERESULT¶
Describes whether a WorkSpace image needs to be updated with the latest drivers and other components required by Amazon WorkSpaces.
Only Windows 10 WorkSpace images can be programmatically updated at this time.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_updateavailable TYPE /AWS1/WSPBOOLEANOBJECT /AWS1/WSPBOOLEANOBJECT¶
Indicates whether updated drivers or other components are available for the specified WorkSpace image.
iv_description TYPE /AWS1/WSPUPDATEDESCRIPTION /AWS1/WSPUPDATEDESCRIPTION¶
A description of whether updates for the WorkSpace image are pending or available.
Queryable Attributes¶
UpdateAvailable¶
Indicates whether updated drivers or other components are available for the specified WorkSpace image.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEAVAILABLE() |
Getter for UPDATEAVAILABLE, with configurable default |
ASK_UPDATEAVAILABLE() |
Getter for UPDATEAVAILABLE w/ exceptions if field has no val |
HAS_UPDATEAVAILABLE() |
Determine if UPDATEAVAILABLE has a value |
Description¶
A description of whether updates for the WorkSpace image are pending or available.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |