Returns a list of export jobs for a specific segment.
pinpoint_get_segment_export_jobs(ApplicationId, PageSize, SegmentId,
Token)
[required] The unique ID of your Amazon Pinpoint application.
The number of entries you want on each page in the response.
[required] The unique ID of the segment.
The NextToken string returned on a previous page that you use to get the next page of results in a paginated response.
svc$get_segment_export_jobs( ApplicationId = "string", PageSize = "string", SegmentId = "string", Token = "string" )