AWSCognitoIdentityProviderDescribeUserImportJobRequest

Objective-C

@interface AWSCognitoIdentityProviderDescribeUserImportJobRequest

Swift

class AWSCognitoIdentityProviderDescribeUserImportJobRequest

Represents the request to describe the user import job.

Required parameters: [UserPoolId, JobId]

  • The job ID for the user import job.

    Declaration

    Objective-C

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

    Swift

    var jobId: String? { get set }
  • The user pool ID for the user pool that the users are being imported into.

    Declaration

    Objective-C

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

    Swift

    var userPoolId: String? { get set }