Learn R Programming

paws.customer.engagement (version 0.1.3)

pinpoint_get_campaign_versions: Retrieves information about the status, configuration, and other settings for all versions of a specific campaign

Description

Retrieves information about the status, configuration, and other settings for all versions of a specific campaign.

Usage

pinpoint_get_campaign_versions(ApplicationId, CampaignId, PageSize,
  Token)

Arguments

ApplicationId

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

CampaignId

[required] The unique identifier for the campaign.

PageSize

The maximum number of items to include on each page in a paginated response.

Token

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

Request syntax

svc$get_campaign_versions(
  ApplicationId = "string",
  CampaignId = "string",
  PageSize = "string",
  Token = "string"
)