Scalr\Stats\CostAnalytics\Entity\UsageTypeEntity::getDisplayName PHP Method

getDisplayName() public method

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