You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

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)

    The ID of the pipeline task attempt object.

#objectsHash<String,Types::PipelineObject>

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

Returns:

  • (Hash<String,Types::PipelineObject>)

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

#pipeline_idString

The ID of the pipeline that provided the task.

Returns:

  • (String)

    The ID of the pipeline that provided the task.

#task_idString

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

Returns:

  • (String)

    An internal identifier for the task.