SendTaskHeartbeatInput

public struct SendTaskHeartbeatInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The token that represents this task. Task tokens are generated by Step Functions when tasks are assigned to a worker, or in the context object when a workflow enters a task state. See GetActivityTaskOutput$taskToken.

    Declaration

    Swift

    public let taskToken: String
  • Undocumented

    Declaration

    Swift

    public init(taskToken: String)
  • Declaration

    Swift

    public func validate(name: String) throws