Learn R Programming

paws.customer.engagement (version 0.1.3)

pinpoint_get_segment_version: Retrieves information about the configuration, dimension, and other settings for a specific version of a segment that's associated with an application

Description

Retrieves information about the configuration, dimension, and other settings for a specific version of a segment that's associated with an application.

Usage

pinpoint_get_segment_version(ApplicationId, SegmentId, Version)

Arguments

ApplicationId

[required] The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

SegmentId

[required] The unique identifier for the segment.

Version

[required] The unique version number (Version property) for the campaign version.

Request syntax

svc$get_segment_version(
  ApplicationId = "string",
  SegmentId = "string",
  Version = "string"
)