AWSCloudWatchDescribeAlarmHistoryOutput
Objective-C
@interface AWSCloudWatchDescribeAlarmHistoryOutput
Swift
class AWSCloudWatchDescribeAlarmHistoryOutput
-
The alarm histories, in JSON format.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSCloudWatchAlarmHistoryItem *> *_Nullable alarmHistoryItems;
Swift
var alarmHistoryItems: [AWSCloudWatchAlarmHistoryItem]? { get set }
-
The token that marks the start of the next batch of returned results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }