Scalr\Service\Aws\Client\QueryClient::getUrl PHP 메소드

getUrl() 공개 메소드

Gets base url for API requests
public getUrl ( ) : string
리턴 string Returns base url for API requests
    public function getUrl()
    {
        return $this->url;
    }