Methods

Class/Module Index [+]

Quicksearch

Fog::AWS::CloudWatch::AlarmHistories

Public Instance Methods

all(conditions={}) click to toggle source
# 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.