AWSPinpointTargetingGetExportJobsResponse
Objective-C
@interface AWSPinpointTargetingGetExportJobsResponse
Swift
class AWSPinpointTargetingGetExportJobsResponse
-
Provides information about all the export jobs that are associated with an application or segment. An export job is a job that exports endpoint definitions to a file.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingExportJobsResponse *_Nullable exportJobsResponse;
Swift
var exportJobsResponse: AWSPinpointTargetingExportJobsResponse? { get set }