class Aws::Transfer::Types::WorkflowDetail

Specifies the workflow ID for the workflow to assign and the execution role used for executing the workflow.

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

data as a hash:

    {
      workflow_id: "WorkflowId", # required
      execution_role: "Role", # required
    }

@!attribute [rw] workflow_id

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

@!attribute [rw] execution_role

Includes the necessary permissions for S3, EFS, and Lambda
operations that Transfer can assume, so that all workflow steps can
operate on the required resources
@return [String]

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

Constants

SENSITIVE