StartUserImportJobRequest
public struct StartUserImportJobRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The job ID for the user import job.
Declaration
Swift
public let jobId: String -
The user pool ID for the user pool that the users are being imported into.
Declaration
Swift
public let userPoolId: String -
Undocumented
Declaration
Swift
public init(jobId: String, userPoolId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
StartUserImportJobRequest Structure Reference