AWSCloudWatchAlarmHistoryItem

Objective-C

@interface AWSCloudWatchAlarmHistoryItem

Swift

class AWSCloudWatchAlarmHistoryItem

Represents the history of a specific alarm.

  • The descriptive name for the alarm.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable alarmName;

    Swift

    var alarmName: String? { get set }
  • Data about the alarm, in JSON format.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable historyData;

    Swift

    var historyData: String? { get set }
  • The type of alarm history item.

    Declaration

    Objective-C

    @property (nonatomic) AWSCloudWatchHistoryItemType historyItemType;

    Swift

    var historyItemType: AWSCloudWatchHistoryItemType { get set }
  • A summary of the alarm history, in text format.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable historySummary;

    Swift

    var historySummary: String? { get set }
  • The time stamp for the alarm history item.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable timestamp;

    Swift

    var timestamp: Date? { get set }