AWSPinpointTargetingGetExportJobRequest
Objective-C
@interface AWSPinpointTargetingGetExportJobRequest
Swift
class AWSPinpointTargetingGetExportJobRequest
-
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 job.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable jobId;Swift
var jobId: String? { get set }
View on GitHub
Install in Dash
AWSPinpointTargetingGetExportJobRequest Class Reference