Retrieves information about the configuration, dimension, and other settings for all the segments that are associated with an application.
pinpoint_get_segments(ApplicationId, PageSize, 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.
The NextToken string that specifies which page of results to return in a paginated response.
svc$get_segments( ApplicationId = "string", PageSize = "string", Token = "string" )