ExecutionStartedEventDetails constructor
ExecutionStartedEventDetails({
- String? input,
- HistoryEventExecutionDataDetails? inputDetails,
- String? roleArn,
Implementation
ExecutionStartedEventDetails({
this.input,
this.inputDetails,
this.roleArn,
});