# File lib/fog/aws/models/cloud_watch/alarms.rb, line 22 def enable(alarm_names) connection.enable_alarm_actions(alarm_names) true end