AWSPinpointTargetingCreateExportJobRequest
Objective-C
@interface AWSPinpointTargetingCreateExportJobRequest
Swift
class AWSPinpointTargetingCreateExportJobRequest
-
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 }
-
Specifies the settings for a job that exports endpoint definitions to an Amazon Simple Storage Service (Amazon S3) bucket.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingExportJobRequest *_Nullable exportJobRequest;
Swift
var exportJobRequest: AWSPinpointTargetingExportJobRequest? { get set }