module Awspec::Helper::Finder::Mq

Public Instance Methods

find_broker(broker_id) click to toggle source
# File lib/awspec/helper/finder/mq.rb, line 4
def find_broker(broker_id)
  mq_client.describe_broker({ broker_id: broker_id })
rescue
  nil
end