AWSPinpointTargetingGetSegmentImportJobsResponse
Objective-C
@interface AWSPinpointTargetingGetSegmentImportJobsResponse
Swift
class AWSPinpointTargetingGetSegmentImportJobsResponse
-
Provides information about the status and settings of all the import jobs that are associated with an application or segment. An import job is a job that imports endpoint definitions from one or more files.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingImportJobsResponse *_Nullable importJobsResponse;
Swift
var importJobsResponse: AWSPinpointTargetingImportJobsResponse? { get set }