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

Class: Aws::CognitoIdentityProvider::Types::ListUserImportJobsResponse

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

Overview

Represents the response from the server to the request to list the user import jobs.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#pagination_tokenString

An identifier that can be used to return the next set of user import jobs in the list.

Returns:

  • (String)

    An identifier that can be used to return the next set of user import jobs in the list.

#user_import_jobsArray<Types::UserImportJobType>

The user import jobs.

Returns: