AwsInspector\Model\AbstractResource::getAssocTags PHP Method

getAssocTags() public method

public getAssocTags ( ) : array
return 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() ?: []);
    }