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