AWSCognitoIdentityProviderCreateUserImportJobResponse
Objective-C
@interface AWSCognitoIdentityProviderCreateUserImportJobResponse
Swift
class AWSCognitoIdentityProviderCreateUserImportJobResponse
Represents the response from the server to the request to create 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 }