Class: Aws::Transfer::Types::CreateServerResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-transfer/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#server_idString

The service-assigned ID of the SFTP server that is created.

Returns:

  • (String)


70
71
72
73
# File 'lib/aws-sdk-transfer/types.rb', line 70

class CreateServerResponse < Struct.new(
  :server_id)
  include Aws::Structure
end