/AWS1/CL_BTCDESCRJOBDEFNSRSP¶
DescribeJobDefinitionsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_jobdefinitions TYPE /AWS1/CL_BTCJOBDEFINITION=>TT_JOBDEFINITIONLIST TT_JOBDEFINITIONLIST¶
The list of job definitions.
iv_nexttoken TYPE /AWS1/BTCSTRING /AWS1/BTCSTRING¶
The
nextTokenvalue to include in a futureDescribeJobDefinitionsrequest. When the results of aDescribeJobDefinitionsrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
Queryable Attributes¶
jobDefinitions¶
The list of job definitions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBDEFINITIONS() |
Getter for JOBDEFINITIONS, with configurable default |
ASK_JOBDEFINITIONS() |
Getter for JOBDEFINITIONS w/ exceptions if field has no valu |
HAS_JOBDEFINITIONS() |
Determine if JOBDEFINITIONS has a value |
nextToken¶
The
nextTokenvalue to include in a futureDescribeJobDefinitionsrequest. When the results of aDescribeJobDefinitionsrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
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 |