Class: Aws::Transfer::Types::StartFileTransferRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connector_idString

The unique identifier for the connector.

Returns:

  • (String)


5184
5185
5186
5187
5188
5189
5190
5191
5192
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5184

class StartFileTransferRequest < Struct.new(
  :connector_id,
  :send_file_paths,
  :retrieve_file_paths,
  :local_directory_path,
  :remote_directory_path)
  SENSITIVE = []
  include Aws::Structure
end

#local_directory_pathString

For an inbound transfer, the LocaDirectoryPath specifies the destination for one or more files that are transferred from the partner's SFTP server.

Returns:

  • (String)


5184
5185
5186
5187
5188
5189
5190
5191
5192
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5184

class StartFileTransferRequest < Struct.new(
  :connector_id,
  :send_file_paths,
  :retrieve_file_paths,
  :local_directory_path,
  :remote_directory_path)
  SENSITIVE = []
  include Aws::Structure
end

#remote_directory_pathString

For an outbound transfer, the RemoteDirectoryPath specifies the destination for one or more files that are transferred to the partner's SFTP server. If you don't specify a RemoteDirectoryPath, the destination for transferred files is the SFTP user's home directory.

Returns:

  • (String)


5184
5185
5186
5187
5188
5189
5190
5191
5192
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5184

class StartFileTransferRequest < Struct.new(
  :connector_id,
  :send_file_paths,
  :retrieve_file_paths,
  :local_directory_path,
  :remote_directory_path)
  SENSITIVE = []
  include Aws::Structure
end

#retrieve_file_pathsArray<String>

One or more source paths for the partner's SFTP server. Each string represents a source file path for one inbound file transfer.

Returns:

  • (Array<String>)


5184
5185
5186
5187
5188
5189
5190
5191
5192
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5184

class StartFileTransferRequest < Struct.new(
  :connector_id,
  :send_file_paths,
  :retrieve_file_paths,
  :local_directory_path,
  :remote_directory_path)
  SENSITIVE = []
  include Aws::Structure
end

#send_file_pathsArray<String>

One or more source paths for the Amazon S3 storage. Each string represents a source file path for one outbound file transfer. For example, DOC-EXAMPLE-BUCKET/myfile.txt.

Replace DOC-EXAMPLE-BUCKET with one of your actual buckets.

Returns:

  • (Array<String>)


5184
5185
5186
5187
5188
5189
5190
5191
5192
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5184

class StartFileTransferRequest < Struct.new(
  :connector_id,
  :send_file_paths,
  :retrieve_file_paths,
  :local_directory_path,
  :remote_directory_path)
  SENSITIVE = []
  include Aws::Structure
end