Scalr\Stats\CostAnalytics\Entity\UsageTypeEntity::getDisplayName PHP Méthode

getDisplayName() public méthode

Gets display name of the Usage Type
public getDisplayName ( ) : string
Résultat string
    public function getDisplayName()
    {
        return $this->displayName ?: $this->name;
    }