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

Class: Aws::DataPipeline::Types::PollForTaskOutput

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

Overview

Contains the output of PollForTask.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#task_objectTypes::TaskObject

The information needed to complete the task that is being assigned to the task runner. One of the fields returned in this object is taskId, which contains an identifier for the task being assigned. The calling task runner uses taskId in subsequent calls to ReportTaskProgress and SetTaskStatus.

Returns:

  • (Types::TaskObject)

    The information needed to complete the task that is being assigned to the task runner.