Class: Aws::CognitoIdentityProvider::Types::StopUserImportJobRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CognitoIdentityProvider::Types::StopUserImportJobRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cognitoidentityprovider/types.rb
 
Overview
Represents the request to stop the user import job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The job ID for the user import job.
 - 
  
    
      #user_pool_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the user pool that the users are being imported into.
 
Instance Attribute Details
#job_id ⇒ String
The job ID for the user import job.
      10445 10446 10447 10448 10449 10450  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10445 class StopUserImportJobRequest < Struct.new( :user_pool_id, :job_id) SENSITIVE = [] include Aws::Structure end  | 
  
#user_pool_id ⇒ String
The ID of the user pool that the users are being imported into.
      10445 10446 10447 10448 10449 10450  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10445 class StopUserImportJobRequest < Struct.new( :user_pool_id, :job_id) SENSITIVE = [] include Aws::Structure end  |