You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StartUserImportJobRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  user_pool_id: "UserPoolIdType", # required
  job_id: "UserImportJobIdType", # required
}

Represents the request to start the user import job.

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The job ID for the user import job.

Returns:

  • (String)

    The job ID for the user import job.

#user_pool_idString

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

Returns:

  • (String)

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