pinpoint_get_segments: Used to get information about your segments
Description
Used to get information about your segments.
Usage
pinpoint_get_segments(ApplicationId, PageSize, 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.
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_segments(
ApplicationId = "string",
PageSize = "string",
Token = "string"
)