class Aws::CognitoIdentityProvider::Types::ListUserImportJobsRequest

Represents the request to list the user import jobs.

@note When making an API call, you may pass ListUserImportJobsRequest

data as a hash:

    {
      user_pool_id: "UserPoolIdType", # required
      max_results: 1, # required
      pagination_token: "PaginationKeyType",
    }

@!attribute [rw] user_pool_id

The user pool ID for the user pool that the users are being imported
into.
@return [String]

@!attribute [rw] max_results

The maximum number of import jobs you want the request to return.
@return [Integer]

@!attribute [rw] pagination_token

An identifier that was returned from the previous call to
`ListUserImportJobs`, which can be used to return the next set of
import jobs in the list.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/ListUserImportJobsRequest AWS API Documentation

Constants

SENSITIVE