class Aws::SWF::Types::LambdaFunctionScheduledEventAttributes

Provides the details of the `LambdaFunctionScheduled` event. It isn't set for other event types.

@!attribute [rw] id

The unique ID of the Lambda task.
@return [String]

@!attribute [rw] name

The name of the Lambda function.
@return [String]

@!attribute [rw] control

Data attached to the event that the decider can use in subsequent
workflow tasks. This data isn't sent to the Lambda task.
@return [String]

@!attribute [rw] input

The input provided to the Lambda task.
@return [String]

@!attribute [rw] start_to_close_timeout

The maximum amount of time a worker can take to process the Lambda
task.
@return [String]

@!attribute [rw] decision_task_completed_event_id

The ID of the `LambdaFunctionCompleted` event corresponding to the
decision that resulted in scheduling this activity task. To help
diagnose issues, use this information to trace back the chain of
events leading up to this event.
@return [Integer]

Constants

SENSITIVE