AdminDeleteUserAttributesRequest
public struct AdminDeleteUserAttributesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of strings representing the user attribute names you wish to delete. For custom attributes, you must prepend the custom: prefix to the attribute name.
Declaration
Swift
public let userAttributeNames: [String]
-
The user name of the user from which you would like to delete attributes.
Declaration
Swift
public let username: String
-
The user pool ID for the user pool where you want to delete user attributes.
Declaration
Swift
public let userPoolId: String
-
Undocumented
Declaration
Swift
public init(userAttributeNames: [String], username: String, userPoolId: String)
-
Declaration
Swift
public func validate(name: String) throws