AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Provides information about the configuration and other settings for all the campaigns that are associated with an application.

Inheritance Hierarchy

System.Object
  Amazon.Pinpoint.Model.CampaignsResponse

Namespace: Amazon.Pinpoint.Model
Assembly: AWSSDK.Pinpoint.dll
Version: 3.x.y.z

Syntax

C#
public class CampaignsResponse

The CampaignsResponse type exposes the following members

Constructors

NameDescription
Public Method CampaignsResponse()

Properties

NameTypeDescription
Public Property Item System.Collections.Generic.List<Amazon.Pinpoint.Model.CampaignResponse>

Gets and sets the property Item.

An array of responses, one for each campaign that's associated with the application.

Public Property NextToken System.String

Gets and sets the property NextToken.

The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5