class Aws::Transfer::Types::CopyStepDetails

Each step type has its own `StepDetails` structure.

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

data as a hash:

    {
      name: "WorkflowStepName",
      destination_file_location: {
        s3_file_location: {
          bucket: "S3Bucket",
          key: "S3Key",
        },
        efs_file_location: {
          file_system_id: "EfsFileSystemId",
          path: "EfsPath",
        },
      },
      overwrite_existing: "TRUE", # accepts TRUE, FALSE
    }

@!attribute [rw] name

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

@!attribute [rw] destination_file_location

Specifies the location for the file being copied. Only applicable
for the Copy type of workflow steps.
@return [Types::InputFileLocation]

@!attribute [rw] overwrite_existing

A flag that indicates whether or not to overwrite an existing file
of the same name. The default is `FALSE`.
@return [String]

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

Constants

SENSITIVE