You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents the history of a specific alarm.

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_nameString

The descriptive name for the alarm.

Returns:

  • (String)

    The descriptive name for the alarm.

#alarm_typeString

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

Possible values:

  • CompositeAlarm
  • MetricAlarm

Returns:

  • (String)

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

#history_dataString

Data about the alarm, in JSON format.

Returns:

  • (String)

    Data about the alarm, in JSON format.

#history_item_typeString

The type of alarm history item.

Possible values:

  • ConfigurationUpdate
  • StateUpdate
  • Action

Returns:

  • (String)

    The type of alarm history item.

#history_summaryString

A summary of the alarm history, in text format.

Returns:

  • (String)

    A summary of the alarm history, in text format.

#timestampTime

The time stamp for the alarm history item.

Returns:

  • (Time)

    The time stamp for the alarm history item.