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

Class: Aws::States::Types::TaskScheduledEventDetails

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

Overview

Contains details about a task scheduled during an execution.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#heartbeat_in_seconds ⇒ Integer

The maximum allowed duration between two heartbeats for the task.

Returns:

  • (Integer) —

    The maximum allowed duration between two heartbeats for the task.

#parameters ⇒ String

The JSON data passed to the resource referenced in a task state. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

Returns:

  • (String) —

    The JSON data passed to the resource referenced in a task state.

#region ⇒ String

The region of the scheduled task

Returns:

  • (String) —

    The region of the scheduled task.

#resource ⇒ String

The service name of the resource in a task state.

Returns:

  • (String) —

    The service name of the resource in a task state.

#resource_type ⇒ String

The action of the resource called by a task state.

Returns:

  • (String) —

    The action of the resource called by a task state.

#timeout_in_seconds ⇒ Integer

The maximum allowed duration of the task.

Returns:

  • (Integer) —

    The maximum allowed duration of the task.