Retrieves information about the status and settings of the export jobs for a segment.
pinpoint_get_segment_export_jobs(ApplicationId, PageSize, SegmentId,
Token)
[required] The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
The maximum number of items to include on each page in a paginated response.
[required] The unique identifier for the segment.
The NextToken string that specifies which page of results to return in a paginated response.
svc$get_segment_export_jobs( ApplicationId = "string", PageSize = "string", SegmentId = "string", Token = "string" )