Method: Aws::Transfer::Types::SendWorkflowStepStateRequest#token

Defined in:
lib/aws-sdk-transfer/types.rb

#tokenString

Used to distinguish between multiple callbacks for multiple Lambda steps within the same execution.

Returns:

  • (String)


6046
6047
6048
6049
6050
6051
6052
6053
# File 'lib/aws-sdk-transfer/types.rb', line 6046

class SendWorkflowStepStateRequest < Struct.new(
  :workflow_id,
  :execution_id,
  :token,
  :status)
  SENSITIVE = []
  include Aws::Structure
end