class Aws::Transfer::Types::SendWorkflowStepStateRequest

@note When making an API call, you may pass SendWorkflowStepStateRequest

data as a hash:

    {
      workflow_id: "WorkflowId", # required
      execution_id: "ExecutionId", # required
      token: "CallbackToken", # required
      status: "SUCCESS", # required, accepts SUCCESS, FAILURE
    }

@!attribute [rw] workflow_id

A unique identifier for the workflow.
@return [String]

@!attribute [rw] execution_id

A unique identifier for the execution of a workflow.
@return [String]

@!attribute [rw] token

Used to distinguish between multiple callbacks for multiple Lambda
steps within the same execution.
@return [String]

@!attribute [rw] status

Indicates whether the specified step succeeded or failed.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/SendWorkflowStepStateRequest AWS API Documentation

Constants

SENSITIVE