DeleteUserAttributesRequest
public struct DeleteUserAttributesRequest : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
The access token used in the request to delete user attributes.
Declaration
Swift
public let accessToken: String - 
                  
                  
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] - 
                  
                  
Undocumented
Declaration
Swift
public init(accessToken: String, userAttributeNames: [String]) - 
                  
                  
Declaration
Swift
public func validate(name: String) throws 
View on GitHub
        DeleteUserAttributesRequest Structure Reference