Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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