ReportTaskProgressInput

public struct ReportTaskProgressInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Key-value pairs that define the properties of the ReportTaskProgressInput object.

    Declaration

    Swift

    public let fields: [Field]?
  • The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.

    Declaration

    Swift

    public let taskId: String
  • Undocumented

    Declaration

    Swift

    public init(fields: [Field]? = nil, taskId: String)
  • Declaration

    Swift

    public func validate(name: String) throws