Class: Aws::States::Types::SendTaskHeartbeatInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#task_tokenString

The token that represents this task. Task tokens are generated by Step Functions when tasks are assigned to a worker, or in the context object when a workflow enters a task state. See GetActivityTaskOutput$taskToken.

Returns:

  • (String)


3163
3164
3165
3166
3167
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3163

class SendTaskHeartbeatInput < Struct.new(
  :task_token)
  SENSITIVE = []
  include Aws::Structure
end