Class: Aws::Transfer::Types::StartFileTransferRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::StartFileTransferRequest
- Defined in:
- gems/aws-sdk-transfer/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.
4532 4533 4534 4535 4536 4537 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4532 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
.
4532 4533 4534 4535 4536 4537 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4532 class StartFileTransferRequest < Struct.new( :connector_id, :send_file_paths) SENSITIVE = [] include Aws::Structure end |