Retrieves information about the configuration, dimension, and other settings for all the versions of a specific segment that\'s associated with an application.
pinpoint_get_segment_versions(ApplicationId, PageSize, SegmentId, 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 in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.
[required] The unique identifier for the segment.
The NextToken string that specifies which page of results to return in a paginated response.
svc$get_segment_versions( ApplicationId = "string", PageSize = "string", SegmentId = "string", Token = "string" )