You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SWF::Types::LambdaFunctionScheduledEventAttributes

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#controlString

Data attached to the event that the decider can use in subsequent workflow tasks. This data isn\'t sent to the Lambda task.

Returns:

  • (String)

    Data attached to the event that the decider can use in subsequent workflow tasks.

#decision_task_completed_event_idInteger

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.

Returns:

  • (Integer)

    The ID of the LambdaFunctionCompleted event corresponding to the decision that resulted in scheduling this activity task.

#idString

The unique ID of the Lambda task.

Returns:

  • (String)

    The unique ID of the Lambda task.

#inputString

The input provided to the Lambda task.

Returns:

  • (String)

    The input provided to the Lambda task.

#nameString

The name of the Lambda function.

Returns:

  • (String)

    The name of the Lambda function.

#start_to_close_timeoutString

The maximum amount of time a worker can take to process the Lambda task.

Returns:

  • (String)

    The maximum amount of time a worker can take to process the Lambda task.