RecordActivityTaskHeartbeatInput

public struct RecordActivityTaskHeartbeatInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • If specified, contains details about the progress of the task.

    Declaration

    Swift

    public let details: String?
  • The taskToken of the ActivityTask. taskToken is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken must also be passed. This enables it to provide its progress and respond with results.

    Declaration

    Swift

    public let taskToken: String
  • Undocumented

    Declaration

    Swift

    public init(details: String? = nil, taskToken: String)
  • Declaration

    Swift

    public func validate(name: String) throws