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

Class: Aws::States::Types::LambdaFunctionScheduledEventDetails

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

Overview

Contains details about a lambda function scheduled during an execution.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#inputString

The JSON data input to the lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

Returns:

  • (String)

    The JSON data input to the lambda function.

#input_detailsTypes::HistoryEventExecutionDataDetails

Contains details about input for an execution history event.

Returns:

#resourceString

The Amazon Resource Name (ARN) of the scheduled lambda function.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the scheduled lambda function.

#timeout_in_secondsInteger

The maximum allowed duration of the lambda function.

Returns:

  • (Integer)

    The maximum allowed duration of the lambda function.