Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::SWF::Types::ScheduleLambdaFunctionDecisionAttributes

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

Overview

Decision attributes specified in scheduleLambdaFunctionDecisionAttributes within the list of decisions decisions passed to RespondDecisionTaskCompleted.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#controlString

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

4485
4486
4487
4488
4489
4490
4491
4492
4493
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 4485

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

#idString

A string that identifies the Lambda function execution in the event history.

Returns:

  • (String)

4485
4486
4487
4488
4489
4490
4491
4492
4493
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 4485

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

#inputString

The optional input data to be supplied to the Lambda function.

Returns:

  • (String)

4485
4486
4487
4488
4489
4490
4491
4492
4493
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 4485

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

#nameString

The name, or ARN, of the Lambda function to schedule.

Returns:

  • (String)

4485
4486
4487
4488
4489
4490
4491
4492
4493
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 4485

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

#start_to_close_timeoutString

The timeout value, in seconds, after which the Lambda function is considered to be failed once it has started. This can be any integer from 1-900 (1s-15m).

If no value is supplied, then a default value of 900s is assumed.

Returns:

  • (String)

4485
4486
4487
4488
4489
4490
4491
4492
4493
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 4485

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