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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4600
4601
4602
4603
4604
4605
# File 'lib/aws-sdk-transfer/types.rb', line 4600

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

#send_file_pathsArray<String>

An array of strings. Each string represents the absolute path for one outbound file transfer. For example, ‘ DOC-EXAMPLE-BUCKET/myfile.txt `.

Returns:

  • (Array<String>)


4600
4601
4602
4603
4604
4605
# File 'lib/aws-sdk-transfer/types.rb', line 4600

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