/AWS1/CL_CWLDSCIMPTASKBTCESRSP¶
DescribeImportTaskBatchesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_importsourcearn TYPE /AWS1/CWLARN /AWS1/CWLARN¶
The ARN of the source being imported from.
iv_importid TYPE /AWS1/CWLIMPORTID /AWS1/CWLIMPORTID¶
The ID of the import task.
it_importbatches TYPE /AWS1/CL_CWLIMPORTBATCH=>TT_IMPORTBATCHLIST TT_IMPORTBATCHLIST¶
The list of import batches that match the request filters.
iv_nexttoken TYPE /AWS1/CWLNEXTTOKEN /AWS1/CWLNEXTTOKEN¶
The token to use when requesting the next set of results. Not present if there are no additional results to retrieve.
Queryable Attributes¶
importSourceArn¶
The ARN of the source being imported from.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPORTSOURCEARN() |
Getter for IMPORTSOURCEARN, with configurable default |
ASK_IMPORTSOURCEARN() |
Getter for IMPORTSOURCEARN w/ exceptions if field has no val |
HAS_IMPORTSOURCEARN() |
Determine if IMPORTSOURCEARN has a value |
importId¶
The ID of the import task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPORTID() |
Getter for IMPORTID, with configurable default |
ASK_IMPORTID() |
Getter for IMPORTID w/ exceptions if field has no value |
HAS_IMPORTID() |
Determine if IMPORTID has a value |
importBatches¶
The list of import batches that match the request filters.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPORTBATCHES() |
Getter for IMPORTBATCHES, with configurable default |
ASK_IMPORTBATCHES() |
Getter for IMPORTBATCHES w/ exceptions if field has no value |
HAS_IMPORTBATCHES() |
Determine if IMPORTBATCHES has a value |
nextToken¶
The token to use when requesting the next set of results. Not present if there are no additional results to retrieve.
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 |