AWSCognitoIdentityProviderListUserImportJobsResponse

Objective-C

@interface AWSCognitoIdentityProviderListUserImportJobsResponse

Swift

class AWSCognitoIdentityProviderListUserImportJobsResponse

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

  • The identifier that Amazon Cognito returned with the previous request to this operation. When you include a pagination token in your request, Amazon Cognito returns the next set of items in the list. By use of this token, you can paginate through the full list of items.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable paginationToken;

    Swift

    var paginationToken: String? { get set }
  • The user import jobs.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSCognitoIdentityProviderUserImportJobType *> *_Nullable userImportJobs;

    Swift

    var userImportJobs: [AWSCognitoIdentityProviderUserImportJobType]? { get set }