/AWS1/CL_M2_LISTBTCJOBEXECSRSP¶
ListBatchJobExecutionsResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
IT_BATCHJOBEXECUTIONS
TYPE /AWS1/CL_M2_BATCHJOBEXECSUMM=>TT_BATCHJOBEXECSUMMARYLIST
TT_BATCHJOBEXECSUMMARYLIST
¶
Returns a list of batch job executions for an application.
Optional arguments:¶
IV_NEXTTOKEN
TYPE /AWS1/M2_NEXTTOKEN
/AWS1/M2_NEXTTOKEN
¶
A pagination token that's returned when the response doesn't contain all batch job executions.
Queryable Attributes¶
batchJobExecutions¶
Returns a list of batch job executions for an application.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BATCHJOBEXECUTIONS() |
Getter for BATCHJOBEXECUTIONS, with configurable default |
ASK_BATCHJOBEXECUTIONS() |
Getter for BATCHJOBEXECUTIONS w/ exceptions if field has no |
HAS_BATCHJOBEXECUTIONS() |
Determine if BATCHJOBEXECUTIONS has a value |
nextToken¶
A pagination token that's returned when the response doesn't contain all batch job executions.
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 |