/AWS1/CL_LMVMNGDMVMIMAGESUMM¶
Contains summary information about a managed MicroVM image.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_imagearn TYPE /AWS1/LMVNONBLANKSTRING /AWS1/LMVNONBLANKSTRING¶
The ARN of the managed MicroVM image.
iv_createdat TYPE /AWS1/LMVTIMESTAMP /AWS1/LMVTIMESTAMP¶
The timestamp when the managed MicroVM image was created.
Optional arguments:¶
iv_updatedat TYPE /AWS1/LMVTIMESTAMP /AWS1/LMVTIMESTAMP¶
The timestamp when the managed MicroVM image was last updated.
Queryable Attributes¶
imageArn¶
The ARN of the managed MicroVM image.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGEARN() |
Getter for IMAGEARN, with configurable default |
ASK_IMAGEARN() |
Getter for IMAGEARN w/ exceptions if field has no value |
HAS_IMAGEARN() |
Determine if IMAGEARN has a value |
createdAt¶
The timestamp when the managed MicroVM image was created.
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 timestamp when the managed MicroVM image was last updated.
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_MANAGEDMVMIMAGESUMMARYLIST¶
TYPES TT_MANAGEDMVMIMAGESUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LMVMNGDMVMIMAGESUMM WITH DEFAULT KEY
.