LambdaFunctionTimedOutEventAttributes constructor

LambdaFunctionTimedOutEventAttributes({
  1. required int scheduledEventId,
  2. required int startedEventId,
  3. LambdaFunctionTimeoutType? timeoutType,
})

Implementation

LambdaFunctionTimedOutEventAttributes({
  required this.scheduledEventId,
  required this.startedEventId,
  this.timeoutType,
});