Constructs a deleteUserAttributes input.

Param: userAttributeKeys

the user attribute keys to be deleted

interface AuthDeleteUserAttributesInput<UserAttributeKey> {
    userAttributeKeys: [UserAttributeKey, ...UserAttributeKey[]];
}

Type Parameters

Properties

userAttributeKeys: [UserAttributeKey, ...UserAttributeKey[]]