/AWS1/CL_IOMLISTSYNCJOBSRSP¶
ListSyncJobsResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_syncjobsummaries
TYPE /AWS1/CL_IOMSYNCJOBSUMMARY=>TT_SYNCJOBSUMMARIES
TT_SYNCJOBSUMMARIES
¶
The listed SyncJob summaries.
iv_nexttoken
TYPE /AWS1/IOMNEXTTOKEN
/AWS1/IOMNEXTTOKEN
¶
The string that specifies the next page of results.
Queryable Attributes¶
syncJobSummaries¶
The listed SyncJob summaries.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SYNCJOBSUMMARIES() |
Getter for SYNCJOBSUMMARIES, with configurable default |
ASK_SYNCJOBSUMMARIES() |
Getter for SYNCJOBSUMMARIES w/ exceptions if field has no va |
HAS_SYNCJOBSUMMARIES() |
Determine if SYNCJOBSUMMARIES has a value |
nextToken¶
The string that specifies the next page 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 |