ListConfigurationHistoryResponse constructor
ListConfigurationHistoryResponse({
- List<
ConfigurationEvent> ? eventList, - String? nextToken,
Implementation
ListConfigurationHistoryResponse({
this.eventList,
this.nextToken,
});