Class: Aws::DataPipeline::Types::ReportTaskProgressOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataPipeline::Types::ReportTaskProgressOutput
- 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
-
#canceled ⇒ Boolean
If true, the calling task runner should cancel processing of the task.
Instance Attribute Details
#canceled ⇒ Boolean
If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.
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 |