Class: Aws::Transfer::Types::StartFileTransferResponse

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

#transfer_idString

Returns the unique identifier for the file transfer.

Returns:

  • (String)


5200
5201
5202
5203
5204
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5200

class StartFileTransferResponse < Struct.new(
  :transfer_id)
  SENSITIVE = []
  include Aws::Structure
end