pinpoint_get_segment_versions: Retrieves information about the configuration, dimension, and...

View source: R/pinpoint_operations.R

pinpoint_get_segment_versionsR Documentation

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

Description

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

See https://www.paws-r-sdk.com/docs/pinpoint_get_segment_versions/ for full documentation.

Usage

pinpoint_get_segment_versions(
  ApplicationId,
  PageSize = NULL,
  SegmentId,
  Token = NULL
)

Arguments

ApplicationId

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

PageSize

The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.

SegmentId

[required] The unique identifier for the segment.

Token

The NextToken string that specifies which page of results to return in a paginated response.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.