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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb

Overview

Contains the output of ReportTaskProgress.

Constant Summary collapse

SENSITIVE =
[]

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)


969
970
971
972
973
# File 'gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb', line 969

class ReportTaskProgressOutput < Struct.new(
  :canceled)
  SENSITIVE = []
  include Aws::Structure
end