Lambda > Structures > ExecutionStartedDetails ExecutionStartedDetails¶ Structure Class¶ ExecutionStartedDetails dataclass ¶ Details about a durable execution that started. Attributes¶ execution_timeout instance-attribute ¶ execution_timeout: int The maximum amount of time that the durable execution is allowed to run, in seconds. input instance-attribute ¶ input: EventInput The input payload provided for the durable execution.