class Aws::DataPipeline::Types::ReportTaskProgressInput

Contains the parameters for ReportTaskProgress.

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

data as a hash:

    {
      task_id: "taskId", # required
      fields: [
        {
          key: "fieldNameString", # required
          string_value: "fieldStringValue",
          ref_value: "fieldNameString",
        },
      ],
    }

@!attribute [rw] task_id

The ID of the task assigned to the task runner. This value is
provided in the response for PollForTask.
@return [String]

@!attribute [rw] fields

Key-value pairs that define the properties of the
ReportTaskProgressInput object.
@return [Array<Types::Field>]

@see docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ReportTaskProgressInput AWS API Documentation

Constants

SENSITIVE