StackFormation\BlueprintAction::getCfnClient PHP Метод

getCfnClient() защищенный Метод

protected getCfnClient ( ) : Aws\CloudFormation\CloudFormationClient
Результат Aws\CloudFormation\CloudFormationClient
    protected function getCfnClient()
    {
        if (is_null($this->cfnClient)) {
            $this->cfnClient = $this->profileManager->getClient('CloudFormation', $this->blueprint->getProfile());
        }
        return $this->cfnClient;
    }