Class: Aws::CloudWatch::Types::AlarmHistoryItem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#alarm_nameString

The descriptive name for the alarm.

Returns:

  • (String)


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_typeString

The type of alarm, either metric alarm or composite alarm.

Returns:

  • (String)


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_dataString

Data about the alarm, in JSON format.

Returns:

  • (String)


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_typeString

The type of alarm history item.

Returns:

  • (String)


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_summaryString

A summary of the alarm history, in text format.

Returns:

  • (String)


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

#timestampTime

The time stamp for the alarm history item.

Returns:

  • (Time)


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