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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-states/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)


3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3859

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)


3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3859

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)


3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3859

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)


3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3859

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)


3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3859

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.



3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3859

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)


3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3859

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