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)


4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
# File 'lib/aws-sdk-states/types.rb', line 4063

class TaskScheduledEventDetails < Struct.new(
  :resource_type,
  :resource,
  :region,
  :parameters,
  :timeout_in_seconds,
  :heartbeat_in_seconds,
  :task_credentials)
  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)


4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
# File 'lib/aws-sdk-states/types.rb', line 4063

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

#regionString

The region of the scheduled task

Returns:

  • (String)


4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
# File 'lib/aws-sdk-states/types.rb', line 4063

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

#resourceString

The action of the resource called by a task state.

Returns:

  • (String)


4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
# File 'lib/aws-sdk-states/types.rb', line 4063

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

#resource_typeString

The service name of the resource in a task state.

Returns:

  • (String)


4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
# File 'lib/aws-sdk-states/types.rb', line 4063

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

#task_credentialsTypes::TaskCredentials

The credentials that Step Functions uses for the task.



4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
# File 'lib/aws-sdk-states/types.rb', line 4063

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

#timeout_in_secondsInteger

The maximum allowed duration of the task.

Returns:

  • (Integer)


4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
# File 'lib/aws-sdk-states/types.rb', line 4063

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