Skip to content

/AWS1/CL_ADSDESCREXPTASKSRSP

DescribeExportTasksResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_EXPORTSINFO TYPE /AWS1/CL_ADSEXPORTINFO=>TT_EXPORTSINFO TT_EXPORTSINFO

Contains one or more sets of export request details. When the status of a request is SUCCEEDED, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.

IV_NEXTTOKEN TYPE /AWS1/ADSNEXTTOKEN /AWS1/ADSNEXTTOKEN

The nextToken value to include in a future DescribeExportTasks request. When the results of a DescribeExportTasks request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.


Queryable Attributes

exportsInfo

Contains one or more sets of export request details. When the status of a request is SUCCEEDED, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.

Accessible with the following methods

Method Description
GET_EXPORTSINFO() Getter for EXPORTSINFO, with configurable default
ASK_EXPORTSINFO() Getter for EXPORTSINFO w/ exceptions if field has no value
HAS_EXPORTSINFO() Determine if EXPORTSINFO has a value

nextToken

The nextToken value to include in a future DescribeExportTasks request. When the results of a DescribeExportTasks request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when 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