AwsInspector\Model\AbstractResource::getAssocTags PHP Méthode

getAssocTags() public méthode

public getAssocTags ( ) : array
Résultat array
    public function getAssocTags()
    {
        //if (!isset($this->apiData['Tags']) && !method_exists($this, 'getTags')) {
        //    throw new \Exception('Tags are not supported');
        //}
        return $this->convertToAssocArray($this->getTags() ?: []);
    }