Class: Aws::DataPipeline::Types::ReportTaskProgressInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataPipeline::Types::ReportTaskProgressInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datapipeline/types.rb
Overview
Contains the parameters for ReportTaskProgress.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fields ⇒ Array<Types::Field>
Key-value pairs that define the properties of the ReportTaskProgressInput object.
-
#task_id ⇒ String
The ID of the task assigned to the task runner.
Instance Attribute Details
#fields ⇒ Array<Types::Field>
Key-value pairs that define the properties of the ReportTaskProgressInput object.
952 953 954 955 956 957 |
# File 'lib/aws-sdk-datapipeline/types.rb', line 952 class ReportTaskProgressInput < Struct.new( :task_id, :fields) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.
952 953 954 955 956 957 |
# File 'lib/aws-sdk-datapipeline/types.rb', line 952 class ReportTaskProgressInput < Struct.new( :task_id, :fields) SENSITIVE = [] include Aws::Structure end |