paws.customer.engagement (version 0.1.0)

pinpoint_get_segment_export_jobs: Returns a list of export jobs for a specific segment

Description

Returns a list of export jobs for a specific segment.

Usage

pinpoint_get_segment_export_jobs(ApplicationId, PageSize, SegmentId,
  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.

SegmentId

[required] The unique ID of the segment.

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_segment_export_jobs(
  ApplicationId = "string",
  PageSize = "string",
  SegmentId = "string",
  Token = "string"
)