SendTaskSuccessInput

public struct SendTaskSuccessInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The JSON output of the task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

    Declaration

    Swift

    public let output: String
  • 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(output: String, taskToken: String)
  • Declaration

    Swift

    public func validate(name: String) throws