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

Class: Aws::DataPipeline::Types::ReportTaskProgressInput

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

Overview

Note:

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

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

Contains the parameters for ReportTaskProgress.

Instance Attribute Summary collapse

Instance Attribute Details

#fieldsArray<Types::Field>

Key-value pairs that define the properties of the ReportTaskProgressInput object.

Returns:

  • (Array<Types::Field>)

    Key-value pairs that define the properties of the ReportTaskProgressInput object.

#task_idString

The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.

Returns:

  • (String)

    The ID of the task assigned to the task runner.