/AWS1/CL_DBRLISTJOBRUNSRSP¶
ListJobRunsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_jobruns TYPE /AWS1/CL_DBRJOBRUN=>TT_JOBRUNLIST TT_JOBRUNLIST¶
A list of job runs that have occurred for the specified job.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/DBRNEXTTOKEN /AWS1/DBRNEXTTOKEN¶
A token that you can use in a subsequent call to retrieve the next set of results.
Queryable Attributes¶
JobRuns¶
A list of job runs that have occurred for the specified job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBRUNS() |
Getter for JOBRUNS, with configurable default |
ASK_JOBRUNS() |
Getter for JOBRUNS w/ exceptions if field has no value |
HAS_JOBRUNS() |
Determine if JOBRUNS has a value |
NextToken¶
A token that you can use in a subsequent call to retrieve 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 |