Retrieves information about all the activities for a campaign.
pinpoint_get_campaign_activities(ApplicationId, CampaignId, PageSize,
Token)
[required] The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
[required] The unique identifier for the campaign.
The maximum number of items to include in each page of a paginated response. This parameter is currently not supported for application, campaign, and journey metrics.
The NextToken string that specifies which page of results to return in a paginated response.
svc$get_campaign_activities( ApplicationId = "string", CampaignId = "string", PageSize = "string", Token = "string" )