Class: Aws::CognitoIdentityProvider::Types::CreateUserImportJobResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CognitoIdentityProvider::Types::CreateUserImportJobResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cognitoidentityprovider/types.rb
 
Overview
Represents the response from the server to the request to create the user import job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #user_import_job  ⇒ Types::UserImportJobType 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The details of the user import job.
 
Instance Attribute Details
#user_import_job ⇒ Types::UserImportJobType
The details of the user import job.
      3930 3931 3932 3933 3934  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3930 class CreateUserImportJobResponse < Struct.new( :user_import_job) SENSITIVE = [] include Aws::Structure end  |