Scalr\Acl\Resource\ResourceObject::getName PHP Method

getName() public method

Gets ACL resource name
public getName ( ) : string
return string Returns the name of the resource
    public function getName()
    {
        return $this->name;
    }