Class: Aws::CognitoIdentityProvider::Types::StartUserImportJobRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Represents the request to start the user import job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The job ID for the user import job.

Returns:

  • (String)


10385
10386
10387
10388
10389
10390
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10385

class StartUserImportJobRequest < Struct.new(
  :user_pool_id,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end

#user_pool_idString

The ID of the user pool that the users are being imported into.

Returns:

  • (String)


10385
10386
10387
10388
10389
10390
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10385

class StartUserImportJobRequest < Struct.new(
  :user_pool_id,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end