DescribeAlarmHistoryOutput constructor

DescribeAlarmHistoryOutput({
  1. List<AlarmHistoryItem>? alarmHistoryItems,
  2. String? nextToken,
})

Implementation

DescribeAlarmHistoryOutput({
  this.alarmHistoryItems,
  this.nextToken,
});