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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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)


2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 2864

class LambdaFunctionScheduledEventAttributes < Struct.new(
  :id,
  :name,
  :control,
  :input,
  :start_to_close_timeout,
  :decision_task_completed_event_id)
  SENSITIVE = []
  include Aws::Structure
end

#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)


2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 2864

class LambdaFunctionScheduledEventAttributes < Struct.new(
  :id,
  :name,
  :control,
  :input,
  :start_to_close_timeout,
  :decision_task_completed_event_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique ID of the Lambda task.

Returns:

  • (String)


2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 2864

class LambdaFunctionScheduledEventAttributes < Struct.new(
  :id,
  :name,
  :control,
  :input,
  :start_to_close_timeout,
  :decision_task_completed_event_id)
  SENSITIVE = []
  include Aws::Structure
end

#inputString

The input provided to the Lambda task.

Returns:

  • (String)


2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 2864

class LambdaFunctionScheduledEventAttributes < Struct.new(
  :id,
  :name,
  :control,
  :input,
  :start_to_close_timeout,
  :decision_task_completed_event_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Lambda function.

Returns:

  • (String)


2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 2864

class LambdaFunctionScheduledEventAttributes < Struct.new(
  :id,
  :name,
  :control,
  :input,
  :start_to_close_timeout,
  :decision_task_completed_event_id)
  SENSITIVE = []
  include Aws::Structure
end

#start_to_close_timeoutString

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

Returns:

  • (String)


2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 2864

class LambdaFunctionScheduledEventAttributes < Struct.new(
  :id,
  :name,
  :control,
  :input,
  :start_to_close_timeout,
  :decision_task_completed_event_id)
  SENSITIVE = []
  include Aws::Structure
end