class Aws::States::Types::TaskScheduledEventDetails

Contains details about a task scheduled during an execution.

@!attribute [rw] resource_type

The action of the resource called by a task state.
@return [String]

@!attribute [rw] resource

The service name of the resource in a task state.
@return [String]

@!attribute [rw] region

The region of the scheduled task
@return [String]

@!attribute [rw] parameters

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.
@return [String]

@!attribute [rw] timeout_in_seconds

The maximum allowed duration of the task.
@return [Integer]

@!attribute [rw] heartbeat_in_seconds

The maximum allowed duration between two heartbeats for the task.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/TaskScheduledEventDetails AWS API Documentation

Constants

SENSITIVE