/AWS1/CL_LOCLISTJOBSRESPONSE¶
ListJobsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_entries TYPE /AWS1/CL_LOCLISTJOBSRSPENTRY=>TT_LISTJOBSRESPONSEENTRYLIST TT_LISTJOBSRESPONSEENTRYLIST¶
List of jobs in your Amazon Web Services account.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/LOCLARGETOKEN /AWS1/LOCLARGETOKEN¶
Token for retrieving the next page (present if more results available).
Queryable Attributes¶
Entries¶
List of jobs in your Amazon Web Services account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENTRIES() |
Getter for ENTRIES, with configurable default |
ASK_ENTRIES() |
Getter for ENTRIES w/ exceptions if field has no value |
HAS_ENTRIES() |
Determine if ENTRIES has a value |
NextToken¶
Token for retrieving the next page (present if more results available).
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 |