AWSCognitoIdentityProviderStopUserImportJobRequest
Objective-C
@interface AWSCognitoIdentityProviderStopUserImportJobRequest
Swift
class AWSCognitoIdentityProviderStopUserImportJobRequest
Represents the request to stop the user import job.
Required parameters: [UserPoolId, JobId]
-
The job ID for the user import job.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable jobId;Swift
var jobId: String? { get set } -
The user pool ID for the user pool that the users are being imported into.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable userPoolId;Swift
var userPoolId: String? { get set }
View on GitHub
Install in Dash
AWSCognitoIdentityProviderStopUserImportJobRequest Class Reference