Class: Aws::CloudWatch::Types::AlarmHistoryItem
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudWatch::Types::AlarmHistoryItem
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudwatch/types.rb
 
Overview
Represents the history of a specific alarm.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #alarm_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The descriptive name for the alarm.
 - 
  
    
      #alarm_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of alarm, either metric alarm or composite alarm.
 - 
  
    
      #history_data  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Data about the alarm, in JSON format.
 - 
  
    
      #history_item_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of alarm history item.
 - 
  
    
      #history_summary  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A summary of the alarm history, in text format.
 - 
  
    
      #timestamp  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time stamp for the alarm history item.
 
Instance Attribute Details
#alarm_name ⇒ String
The descriptive name for the alarm.
      41 42 43 44 45 46 47 48 49 50  | 
    
      # File 'lib/aws-sdk-cloudwatch/types.rb', line 41 class AlarmHistoryItem < Struct.new( :alarm_name, :alarm_type, :timestamp, :history_item_type, :history_summary, :history_data) SENSITIVE = [] include Aws::Structure end  | 
  
#alarm_type ⇒ String
The type of alarm, either metric alarm or composite alarm.
      41 42 43 44 45 46 47 48 49 50  | 
    
      # File 'lib/aws-sdk-cloudwatch/types.rb', line 41 class AlarmHistoryItem < Struct.new( :alarm_name, :alarm_type, :timestamp, :history_item_type, :history_summary, :history_data) SENSITIVE = [] include Aws::Structure end  | 
  
#history_data ⇒ String
Data about the alarm, in JSON format.
      41 42 43 44 45 46 47 48 49 50  | 
    
      # File 'lib/aws-sdk-cloudwatch/types.rb', line 41 class AlarmHistoryItem < Struct.new( :alarm_name, :alarm_type, :timestamp, :history_item_type, :history_summary, :history_data) SENSITIVE = [] include Aws::Structure end  | 
  
#history_item_type ⇒ String
The type of alarm history item.
      41 42 43 44 45 46 47 48 49 50  | 
    
      # File 'lib/aws-sdk-cloudwatch/types.rb', line 41 class AlarmHistoryItem < Struct.new( :alarm_name, :alarm_type, :timestamp, :history_item_type, :history_summary, :history_data) SENSITIVE = [] include Aws::Structure end  | 
  
#history_summary ⇒ String
A summary of the alarm history, in text format.
      41 42 43 44 45 46 47 48 49 50  | 
    
      # File 'lib/aws-sdk-cloudwatch/types.rb', line 41 class AlarmHistoryItem < Struct.new( :alarm_name, :alarm_type, :timestamp, :history_item_type, :history_summary, :history_data) SENSITIVE = [] include Aws::Structure end  | 
  
#timestamp ⇒ Time
The time stamp for the alarm history item.
      41 42 43 44 45 46 47 48 49 50  | 
    
      # File 'lib/aws-sdk-cloudwatch/types.rb', line 41 class AlarmHistoryItem < Struct.new( :alarm_name, :alarm_type, :timestamp, :history_item_type, :history_summary, :history_data) SENSITIVE = [] include Aws::Structure end  |