Retrieves information about the configuration, dimension, and other settings for a specific version of a segment that's associated with an application.
pinpoint_get_segment_version(ApplicationId, SegmentId, Version)
[required] The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
[required] The unique identifier for the segment.
[required] The unique version number (Version property) for the campaign version.
svc$get_segment_version( ApplicationId = "string", SegmentId = "string", Version = "string" )