AWSPinpointTargetingGetExportJobResponse
Objective-C
@interface AWSPinpointTargetingGetExportJobResponse
Swift
class AWSPinpointTargetingGetExportJobResponse
-
Provides information about the status and settings of a job that exports endpoint definitions to a file. The file can be added directly to an Amazon Simple Storage Service (Amazon S3) bucket by using the Amazon Pinpoint API or downloaded directly to a computer by using the Amazon Pinpoint console.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingExportJobResponse *_Nullable exportJobResponse;
Swift
var exportJobResponse: AWSPinpointTargetingExportJobResponse? { get set }