ExecutionStartedEventDetails constructor

ExecutionStartedEventDetails({
  1. String? input,
  2. HistoryEventExecutionDataDetails? inputDetails,
  3. String? roleArn,
})

Implementation

ExecutionStartedEventDetails({
  this.input,
  this.inputDetails,
  this.roleArn,
});