You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::States::Types::SendTaskSuccessInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SendTaskSuccessInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#outputString

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

Returns:

  • (String)

    The JSON output of the task.

#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)

    The token that represents this task.