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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-states/types.rb

Overview

Contains details about a task scheduled during an execution.

Constant Summary collapse

SENSITIVE =
[:parameters]

Instance Attribute Summary collapse

Instance Attribute Details

#heartbeat_in_secondsInteger

The maximum allowed duration between two heartbeats for the task.

Returns:

  • (Integer)


2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
# File 'lib/aws-sdk-states/types.rb', line 2698

class TaskScheduledEventDetails < Struct.new(
  :resource_type,
  :resource,
  :region,
  :parameters,
  :timeout_in_seconds,
  :heartbeat_in_seconds)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#parametersString

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)


2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
# File 'lib/aws-sdk-states/types.rb', line 2698

class TaskScheduledEventDetails < Struct.new(
  :resource_type,
  :resource,
  :region,
  :parameters,
  :timeout_in_seconds,
  :heartbeat_in_seconds)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#regionString

The region of the scheduled task

Returns:

  • (String)


2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
# File 'lib/aws-sdk-states/types.rb', line 2698

class TaskScheduledEventDetails < Struct.new(
  :resource_type,
  :resource,
  :region,
  :parameters,
  :timeout_in_seconds,
  :heartbeat_in_seconds)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#resourceString

The service name of the resource in a task state.

Returns:

  • (String)


2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
# File 'lib/aws-sdk-states/types.rb', line 2698

class TaskScheduledEventDetails < Struct.new(
  :resource_type,
  :resource,
  :region,
  :parameters,
  :timeout_in_seconds,
  :heartbeat_in_seconds)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#resource_typeString

The action of the resource called by a task state.

Returns:

  • (String)


2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
# File 'lib/aws-sdk-states/types.rb', line 2698

class TaskScheduledEventDetails < Struct.new(
  :resource_type,
  :resource,
  :region,
  :parameters,
  :timeout_in_seconds,
  :heartbeat_in_seconds)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#timeout_in_secondsInteger

The maximum allowed duration of the task.

Returns:

  • (Integer)


2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
# File 'lib/aws-sdk-states/types.rb', line 2698

class TaskScheduledEventDetails < Struct.new(
  :resource_type,
  :resource,
  :region,
  :parameters,
  :timeout_in_seconds,
  :heartbeat_in_seconds)
  SENSITIVE = [:parameters]
  include Aws::Structure
end