Skip to content

/AWS1/CL_ERNLSTMATCHINGJOBSOUT

ListMatchingJobsOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_JOBS TYPE /AWS1/CL_ERNJOBSUMMARY=>TT_JOBLIST TT_JOBLIST

A list of JobSummary objects, each of which contain the ID, status, start time, and end time of a job.

IV_NEXTTOKEN TYPE /AWS1/ERNNEXTTOKEN /AWS1/ERNNEXTTOKEN

The pagination token from the previous API call.


Queryable Attributes

jobs

A list of JobSummary objects, each of which contain the ID, status, start time, and end time of a job.

Accessible with the following methods

Method Description
GET_JOBS() Getter for JOBS, with configurable default
ASK_JOBS() Getter for JOBS w/ exceptions if field has no value
HAS_JOBS() Determine if JOBS has a value

nextToken

The pagination token from the previous API call.

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