Class AWS::CloudWatch::AlarmHistoryItem
In: lib/aws/cloud_watch/alarm_history_item.rb
Parent: Object

Methods

new  

External Aliases

history_data -> data
history_item_type -> type
history_summary -> summary

Attributes

alarm_name  [R]  @return [String] The descriptive name for the alarm.
history_data  [R]  @return [String] Machine-readable data about the alarm in JSON format.
history_item_type  [R]  @return [String] The type of alarm history item.
history_summary  [R]  @return [String] A human-readable summary of the alarm history.
timestamp  [R]  @return [Time] The time stamp for the alarm history item.

Public Class methods

@api private

[Validate]