class Aws::Transfer::Types::CustomStepDetails

Each step type has its own `StepDetails` structure.

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

data as a hash:

    {
      name: "WorkflowStepName",
      target: "CustomStepTarget",
      timeout_seconds: 1,
    }

@!attribute [rw] name

The name of the step, used as an identifier.
@return [String]

@!attribute [rw] target

The ARN for the lambda function that is being called.
@return [String]

@!attribute [rw] timeout_seconds

Timeout, in seconds, for the step.
@return [Integer]

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

Constants

SENSITIVE