pinpoint_get_import_jobs: Returns information about your import jobs
Description
Returns information about your import jobs.
Usage
pinpoint_get_import_jobs(ApplicationId, PageSize, Token)
Arguments
ApplicationId
[required] The unique ID of your Amazon Pinpoint application.
PageSize
The number of entries you want on each page in the response.
Token
The NextToken string returned on a previous page that you use to get the next page of results in a paginated response.
Request syntax
svc$get_import_jobs(
ApplicationId = "string",
PageSize = "string",
Token = "string"
)