pinpoint_get_segment_import_jobs {paws.customer.engagement} | R Documentation |
Retrieves information about the status and settings of the import jobs for a segment
Description
Retrieves information about the status and settings of the import jobs for a segment.
See https://www.paws-r-sdk.com/docs/pinpoint_get_segment_import_jobs/ for full documentation.
Usage
pinpoint_get_segment_import_jobs(
ApplicationId,
PageSize = NULL,
SegmentId,
Token = NULL
)
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 in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics. |
SegmentId |
[required] The unique identifier for the segment. |
Token |
The NextToken string that specifies which page of results to return in a paginated response. |
[Package paws.customer.engagement version 0.7.0 Index]