AWSCognitoIdentityProviderStartUserImportJobResponse
Objective-C
@interface AWSCognitoIdentityProviderStartUserImportJobResponse
Swift
class AWSCognitoIdentityProviderStartUserImportJobResponse
Represents the response from the server to the request to start the user import job.
-
The job object that represents the user import job.
Declaration
Objective-C
@property (nonatomic, strong) AWSCognitoIdentityProviderUserImportJobType *_Nullable userImportJob;
Swift
var userImportJob: AWSCognitoIdentityProviderUserImportJobType? { get set }