AWSPinpointTargetingGetCampaignVersionRequest
Objective-C
@interface AWSPinpointTargetingGetCampaignVersionRequest
Swift
class AWSPinpointTargetingGetCampaignVersionRequest
-
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable applicationId;
Swift
var applicationId: String? { get set }
-
The unique identifier for the campaign.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable campaignId;
Swift
var campaignId: String? { get set }
-
The unique version number (Version property) for the campaign version.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable version;
Swift
var version: String? { get set }