Learn R Programming

paws.customer.engagement (version 0.1.3)

pinpoint_get_segment_export_jobs: Retrieves information about the status and settings of the export jobs for a segment

Description

Retrieves information about the status and settings of the export jobs for a segment.

Usage

pinpoint_get_segment_export_jobs(ApplicationId, PageSize, SegmentId,
  Token)

Arguments

ApplicationId

[required] The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

PageSize

The maximum number of items to include on each page in a paginated response.

SegmentId

[required] The unique identifier for the segment.

Token

The NextToken string that specifies which page of results to return in a paginated response.

Request syntax

svc$get_segment_export_jobs(
  ApplicationId = "string",
  PageSize = "string",
  SegmentId = "string",
  Token = "string"
)