class Aws::CognitoIdentityProvider::Types::AdminGetUserRequest

Represents the request to get the specified user as an administrator.

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

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

@!attribute [rw] username

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

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

Constants

SENSITIVE