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

Class: Aws::DataPipeline::Types::ReportTaskProgressOutput

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

Overview

Contains the output of ReportTaskProgress.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#canceledBoolean

If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.

Returns:

  • (Boolean)

    If true, the calling task runner should cancel processing of the task.