Class: Aws::Transfer::Types::StartFileTransferRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::StartFileTransferRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector_id ⇒ String
The unique identifier for the connector.
-
#send_file_paths ⇒ Array<String>
An array of strings.
Instance Attribute Details
#connector_id ⇒ String
The unique identifier for the connector.
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_paths ⇒ Array<String>
An array of strings. Each string represents the absolute path for one outbound file transfer. For example, ` DOC-EXAMPLE-BUCKET/myfile.txt `.
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 |