LambdaFunctionCompletedEventAttributes constructor
LambdaFunctionCompletedEventAttributes({})
Implementation
LambdaFunctionCompletedEventAttributes({
required this.scheduledEventId,
required this.startedEventId,
this.result,
});