/AWS1/CL_SNDINSTANCESUMMARY¶
The details about the instance.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_instance TYPE REF TO /AWS1/CL_SNDINSTANCE /AWS1/CL_SNDINSTANCE¶
A structure containing details about the instance.
iv_lastupdatedat TYPE /AWS1/SNDTIMESTAMP /AWS1/SNDTIMESTAMP¶
When the instance summary was last updated.
Queryable Attributes¶
instance¶
A structure containing details about the instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCE() |
Getter for INSTANCE |
lastUpdatedAt¶
When the instance summary was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT, with configurable default |
ASK_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT w/ exceptions if field has no value |
HAS_LASTUPDATEDAT() |
Determine if LASTUPDATEDAT 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_INSTANCESUMMARYLIST¶
TYPES TT_INSTANCESUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SNDINSTANCESUMMARY WITH DEFAULT KEY
.