class Aws::CognitoIdentityProvider::Types::StopUserImportJobRequest
Represents the request to stop the user import job.
@note When making an API call, you may pass StopUserImportJobRequest
data as a hash: { user_pool_id: "UserPoolIdType", # required job_id: "UserImportJobIdType", # required }
@!attribute [rw] user_pool_id
The user pool ID for the user pool that the users are being imported into. @return [String]
@!attribute [rw] job_id
The job ID for the user import job. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/StopUserImportJobRequest AWS API Documentation
Constants
- SENSITIVE