# File lib/aws/cloud_watch/alarm_history_item.rb, line 19 def initialize options @alarm_name = options[:alarm_name] @history_data = options[:history_data] @history_item_type = options[:history_item_type] @history_summary = options[:history_summary] @timestamp = options[:timestamp] end