paws.customer.engagement (version 0.1.0)

pinpoint_get_segment_versions: Returns information about your segment versions

Description

Returns information about your segment versions.

Usage

pinpoint_get_segment_versions(ApplicationId, PageSize, SegmentId, Token)

Arguments

ApplicationId

[required] The unique ID of your Amazon Pinpoint application.

PageSize

The number of entries you want on each page in the response.

SegmentId

[required] The unique ID of the segment.

Token

The NextToken string returned on a previous page that you use to get the next page of results in a paginated response.

Request syntax

svc$get_segment_versions(
  ApplicationId = "string",
  PageSize = "string",
  SegmentId = "string",
  Token = "string"
)