TaskObject

public struct TaskObject : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.

    Declaration

    Swift

    public let attemptId: String?
  • Connection information for the location where the task runner will publish the output of the task.

    Declaration

    Swift

    public let objects: [String : PipelineObject]?
  • The ID of the pipeline that provided the task.

    Declaration

    Swift

    public let pipelineId: String?
  • An internal identifier for the task. This ID is passed to the SetTaskStatus and ReportTaskProgress actions.

    Declaration

    Swift

    public let taskId: String?
  • Undocumented

    Declaration

    Swift

    public init(attemptId: String? = nil, objects: [String : PipelineObject]? = nil, pipelineId: String? = nil, taskId: String? = nil)