Class: Aws::Transfer::Types::StartServerRequest

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

Overview

Note:

When making an API call, you may pass StartServerRequest data as a hash:

{
  server_id: "ServerId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#server_idString

A system-assigned unique identifier for an SFTP server that you start.

Returns:

  • (String)


1206
1207
1208
1209
# File 'lib/aws-sdk-transfer/types.rb', line 1206

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