AWSPinpointTargetingGetCampaignsResponse
Objective-C
@interface AWSPinpointTargetingGetCampaignsResponse
Swift
class AWSPinpointTargetingGetCampaignsResponse
-
Provides information about the configuration and other settings for all the campaigns that are associated with an application.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingCampaignsResponse *_Nullable campaignsResponse;
Swift
var campaignsResponse: AWSPinpointTargetingCampaignsResponse? { get set }