ListUserImportJobsRequest

public struct ListUserImportJobsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of import jobs you want the request to return.

    Declaration

    Swift

    public let maxResults: Int
  • 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.

    Declaration

    Swift

    public let paginationToken: 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(maxResults: Int, paginationToken: String? = nil, userPoolId: String)
  • Declaration

    Swift

    public func validate(name: String) throws