GetExecutionHistoryOutput constructor
GetExecutionHistoryOutput({
- required List<
HistoryEvent> events, - String? nextToken,
Implementation
GetExecutionHistoryOutput({
required this.events,
this.nextToken,
});