AWSPinpointTargetingGetCampaignResponse
Objective-C
@interface AWSPinpointTargetingGetCampaignResponse
Swift
class AWSPinpointTargetingGetCampaignResponse
-
Provides information about the status, configuration, and other settings for a campaign.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingCampaignResponse *_Nullable campaignResponse;
Swift
var campaignResponse: AWSPinpointTargetingCampaignResponse? { get set }