I have SQS working with Laravel. All works well but I really need to be able to access the Queue properties. I know AWS/SQS provides these methods and I see protected methods when I look at the contents of
Queue::getSqs()
But not seeing any native Laravel way to access the queue attributes. How can I access them?