/AWS1/CL_EC2GETCONSOLESCREEN01¶
GetConsoleScreenshotResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_imagedata TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The data that comprises the image.
iv_instanceid TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The ID of the instance.
Queryable Attributes¶
ImageData¶
The data that comprises the image.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGEDATA() |
Getter for IMAGEDATA, with configurable default |
ASK_IMAGEDATA() |
Getter for IMAGEDATA w/ exceptions if field has no value |
HAS_IMAGEDATA() |
Determine if IMAGEDATA has a value |
InstanceId¶
The ID of the instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCEID() |
Getter for INSTANCEID, with configurable default |
ASK_INSTANCEID() |
Getter for INSTANCEID w/ exceptions if field has no value |
HAS_INSTANCEID() |
Determine if INSTANCEID has a value |