AWSPinpointTargetingCreateImportJobRequest
Objective-C
@interface AWSPinpointTargetingCreateImportJobRequest
Swift
class AWSPinpointTargetingCreateImportJobRequest
-
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 imports endpoint definitions from an Amazon Simple Storage Service (Amazon S3) bucket.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingImportJobRequest *_Nullable importJobRequest;
Swift
var importJobRequest: AWSPinpointTargetingImportJobRequest? { get set }