PollForTaskOutput

public struct PollForTaskOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The information needed to complete the task that is being assigned to the task runner. One of the fields returned in this object is taskId, which contains an identifier for the task being assigned. The calling task runner uses taskId in subsequent calls to ReportTaskProgress and SetTaskStatus.

    Declaration

    Swift

    public let taskObject: TaskObject?
  • Undocumented

    Declaration

    Swift

    public init(taskObject: TaskObject? = nil)