/AWS1/CL_IOTLISTOTAUPDATESRSP¶
ListOTAUpdatesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_otaupdates TYPE /AWS1/CL_IOTOTAUPDATESUMMARY=>TT_OTAUPDATESSUMMARY TT_OTAUPDATESSUMMARY¶
A list of OTA update jobs.
iv_nexttoken TYPE /AWS1/IOTNEXTTOKEN /AWS1/IOTNEXTTOKEN¶
A token to use to get the next set of results.
Queryable Attributes¶
otaUpdates¶
A list of OTA update jobs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OTAUPDATES() |
Getter for OTAUPDATES, with configurable default |
ASK_OTAUPDATES() |
Getter for OTAUPDATES w/ exceptions if field has no value |
HAS_OTAUPDATES() |
Determine if OTAUPDATES has a value |
nextToken¶
A token to use to get the next set of results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |