Learn R Programming

paws.customer.engagement (version 0.1.6)

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

Description

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

Usage

pinpoint_get_segment(ApplicationId, SegmentId)

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.

Request syntax

svc$get_segment(
  ApplicationId = "string",
  SegmentId = "string"
)