class Aws::States::Types::SendTaskSuccessInput

@note When making an API call, you may pass SendTaskSuccessInput

data as a hash:

    {
      task_token: "TaskToken", # required
      output: "SensitiveData", # required
    }

@!attribute [rw] task_token

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][1] when a workflow enters a task state. See
GetActivityTaskOutput$taskToken.

[1]: https://docs.aws.amazon.com/step-functions/latest/dg/input-output-contextobject.html
@return [String]

@!attribute [rw] output

The JSON output of the task. Length constraints apply to the payload
size, and are expressed as bytes in UTF-8 encoding.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/SendTaskSuccessInput AWS API Documentation

Constants

SENSITIVE