Class: Aws::Transfer::Types::StopServerRequest

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 StopServerRequest 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 stopped.

Returns:

  • (String)


1225
1226
1227
1228
# File 'lib/aws-sdk-transfer/types.rb', line 1225

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