class Aws::CognitoIdentityProvider::Types::AdminDeleteUserAttributesRequest

Represents the request to delete user attributes as an administrator.

@note When making an API call, you may pass AdminDeleteUserAttributesRequest

data as a hash:

    {
      user_pool_id: "UserPoolIdType", # required
      username: "UsernameType", # required
      user_attribute_names: ["AttributeNameType"], # required
    }

@!attribute [rw] user_pool_id

The user pool ID for the user pool where you want to delete user
attributes.
@return [String]

@!attribute [rw] username

The user name of the user from which you would like to delete
attributes.
@return [String]

@!attribute [rw] user_attribute_names

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.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/AdminDeleteUserAttributesRequest AWS API Documentation

Constants

SENSITIVE