class Aws::CognitoIdentityProvider::Types::DeleteUserAttributesRequest
Represents the request to delete user attributes.
@note When making an API call, you may pass DeleteUserAttributesRequest
data as a hash: { user_attribute_names: ["AttributeNameType"], # required access_token: "TokenModelType", # required }
@!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>]
@!attribute [rw] access_token
The access token used in the request to delete user attributes. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/DeleteUserAttributesRequest AWS API Documentation
Constants
- SENSITIVE