class Aws::SWF::Types::RespondActivityTaskCompletedInput

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

data as a hash:

    {
      task_token: "TaskToken", # required
      result: "Data",
    }

@!attribute [rw] task_token

The `taskToken` of the ActivityTask.

`taskToken` is generated by the service and should be treated as an
opaque value. If the task is passed to another process, its
`taskToken` must also be passed. This enables it to provide its
progress and respond with results.
@return [String]

@!attribute [rw] result

The result of the activity task. It is a free form string that is
implementation specific.
@return [String]

Constants

SENSITIVE