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

Class: Aws::States::Types::ActivityScheduledEventDetails

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

Overview

Contains details about an activity scheduled during an execution.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#heartbeat_in_secondsInteger

The maximum allowed duration between two heartbeats for the activity task.

Returns:

  • (Integer)

    The maximum allowed duration between two heartbeats for the activity task.

#inputString

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

Returns:

  • (String)

    The JSON data input to the activity task.

#input_detailsTypes::HistoryEventExecutionDataDetails

Contains details about the input for an execution history event.

Returns:

#resourceString

The Amazon Resource Name (ARN) of the scheduled activity.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the scheduled activity.

#timeout_in_secondsInteger

The maximum allowed duration of the activity task.

Returns:

  • (Integer)

    The maximum allowed duration of the activity task.