/AWS1/CL_IOTLISTSCHDDAUDITSRSP¶
ListScheduledAuditsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_scheduledaudits TYPE /AWS1/CL_IOTSCHEDULEDAUDITMET=>TT_SCHEDULEDAUDITMETADATALIST TT_SCHEDULEDAUDITMETADATALIST¶
The list of scheduled audits.
iv_nexttoken TYPE /AWS1/IOTNEXTTOKEN /AWS1/IOTNEXTTOKEN¶
A token that can be used to retrieve the next set of results, or
nullif there are no additional results.
Queryable Attributes¶
scheduledAudits¶
The list of scheduled audits.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEDULEDAUDITS() |
Getter for SCHEDULEDAUDITS, with configurable default |
ASK_SCHEDULEDAUDITS() |
Getter for SCHEDULEDAUDITS w/ exceptions if field has no val |
HAS_SCHEDULEDAUDITS() |
Determine if SCHEDULEDAUDITS has a value |
nextToken¶
A token that can be used to retrieve the next set of results, or
nullif there are no additional 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 |