class Aws::CognitoIdentityProvider::Types::AdminDisableUserRequest

Represents the request to disable the user as an administrator.

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

data as a hash:

    {
      user_pool_id: "UserPoolIdType", # required
      username: "UsernameType", # required
    }

@!attribute [rw] user_pool_id

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

@!attribute [rw] username

The user name of the user you wish to disable.
@return [String]

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

Constants

SENSITIVE