class Aws::Transfer::Types::WorkflowDetails

Container for the `WorkflowDetail` data type. It is used by actions that trigger a workflow to begin execution.

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

data as a hash:

    {
      on_upload: [ # required
        {
          workflow_id: "WorkflowId", # required
          execution_role: "Role", # required
        },
      ],
    }

@!attribute [rw] on_upload

A trigger that starts a workflow: the workflow begins to execute
after a file is uploaded.
@return [Array<Types::WorkflowDetail>]

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

Constants

SENSITIVE