class Aws::Transfer::Types::InputFileLocation
Specifies the location for the file being copied. Only applicable for the Copy type of workflow steps.
@note When making an API call, you may pass InputFileLocation
data as a hash: { s3_file_location: { bucket: "S3Bucket", key: "S3Key", }, efs_file_location: { file_system_id: "EfsFileSystemId", path: "EfsPath", }, }
@!attribute [rw] s3_file_location
Specifies the details for the S3 file being copied. @return [Types::S3InputFileLocation]
@!attribute [rw] efs_file_location
Specifies the details for the Amazon EFS file being copied. @return [Types::EfsFileLocation]
@see docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/InputFileLocation AWS API Documentation
Constants
- SENSITIVE