Class: Aws::DataPipeline::Types::TaskObject

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

Overview

Contains information about a pipeline task that is assigned to a task runner.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attempt_idString

The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.

Returns:

  • (String)


1200
1201
1202
1203
1204
1205
1206
1207
# File 'gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb', line 1200

class TaskObject < Struct.new(
  :task_id,
  :pipeline_id,
  :attempt_id,
  :objects)
  SENSITIVE = []
  include Aws::Structure
end

#objectsHash<String,Types::PipelineObject>

Connection information for the location where the task runner will publish the output of the task.

Returns:



1200
1201
1202
1203
1204
1205
1206
1207
# File 'gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb', line 1200

class TaskObject < Struct.new(
  :task_id,
  :pipeline_id,
  :attempt_id,
  :objects)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_idString

The ID of the pipeline that provided the task.

Returns:

  • (String)


1200
1201
1202
1203
1204
1205
1206
1207
# File 'gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb', line 1200

class TaskObject < Struct.new(
  :task_id,
  :pipeline_id,
  :attempt_id,
  :objects)
  SENSITIVE = []
  include Aws::Structure
end

#task_idString

An internal identifier for the task. This ID is passed to the SetTaskStatus and ReportTaskProgress actions.

Returns:

  • (String)


1200
1201
1202
1203
1204
1205
1206
1207
# File 'gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb', line 1200

class TaskObject < Struct.new(
  :task_id,
  :pipeline_id,
  :attempt_id,
  :objects)
  SENSITIVE = []
  include Aws::Structure
end