module Awspec::Helper::Finder::Mq
Public Instance Methods
Source
# File lib/awspec/helper/finder/mq.rb, line 6 def find_broker(broker_id) mq_client.describe_broker({ broker_id: broker_id }) rescue StandardError nil end
# File lib/awspec/helper/finder/mq.rb, line 6 def find_broker(broker_id) mq_client.describe_broker({ broker_id: broker_id }) rescue StandardError nil end