class Aws::CognitoIdentityProvider::Types::AdminEnableUserRequest

Represents the request that enables the user as an administrator.

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

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 enable the
user.
@return [String]

@!attribute [rw] username

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

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

Constants

SENSITIVE