DeleteUserRequest
public struct DeleteUserRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The authentication type for the user. You must specify USERPOOL.
Declaration
Swift
public let authenticationType: AuthenticationType
-
The email address of the user. Users’ email addresses are case-sensitive.
Declaration
Swift
public let userName: String
-
Undocumented
Declaration
Swift
public init(authenticationType: AuthenticationType, userName: String)
-
Declaration
Swift
public func validate(name: String) throws