Fog::Collection
# File lib/fog/aws/models/cloud_watch/alarm_histories.rb, line 10 def all(conditions={}) data = service.describe_alarm_history(conditions).body['DescribeAlarmHistoryResult']['AlarmHistoryItems'] load(data) # data is an array of attribute hashes end
[Validate]
Generated with the Darkfish Rdoc Generator 2.