AWSCloudWatchDescribeAlarmHistoryInput
Objective-C
@interface AWSCloudWatchDescribeAlarmHistoryInput
Swift
class AWSCloudWatchDescribeAlarmHistoryInput
-
The name of the alarm.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable alarmName;
Swift
var alarmName: String? { get set }
-
The ending date to retrieve alarm history.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable endDate;
Swift
var endDate: Date? { get set }
-
The type of alarm histories to retrieve.
Declaration
Objective-C
@property (nonatomic) AWSCloudWatchHistoryItemType historyItemType;
Swift
var historyItemType: AWSCloudWatchHistoryItemType { get set }
-
The maximum number of alarm history records to retrieve.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxRecords;
Swift
var maxRecords: NSNumber? { get set }
-
The token returned by a previous call to indicate that there is more data available.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
The starting date to retrieve alarm history.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable startDate;
Swift
var startDate: Date? { get set }