AwsInspector\Model\Iam\Repository::findCurrentUser PHP Méthode

findCurrentUser() public méthode

public findCurrentUser ( ) : AwsInspector\Model\Iam\User
Résultat AwsInspector\Model\Iam\User
    public function findCurrentUser()
    {
        $result = $this->iamClient->getUser();
        return new User($result->get('User'));
    }