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

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

#transfer_idString

Returns the unique identifier for this file transfer.

Returns:

  • (String)


4613
4614
4615
4616
4617
# File 'lib/aws-sdk-transfer/types.rb', line 4613

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