Class: Aws::Transfer::Types::StartFileTransferResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::StartFileTransferResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transfer_id ⇒ String
Returns the unique identifier for the file transfer.
Instance Attribute Details
#transfer_id ⇒ String
Returns the unique identifier for the file transfer.
5334 5335 5336 5337 5338 |
# File 'lib/aws-sdk-transfer/types.rb', line 5334 class StartFileTransferResponse < Struct.new( :transfer_id) SENSITIVE = [] include Aws::Structure end |