ListConfigurationHistoryResponse constructor

ListConfigurationHistoryResponse({
  1. List<ConfigurationEvent>? eventList,
  2. String? nextToken,
})

Implementation

ListConfigurationHistoryResponse({
  this.eventList,
  this.nextToken,
});