class AWS::SQS

def queues

Returns:
  • (QueueCollection) - The collection of all {Queue}
def queues
  QueueCollection.new(:config => config)
end