Class: Aws::Transfer::Types::DeleteServerRequest

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 DeleteServerRequest data as a hash:

{
  server_id: "ServerId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#server_idString

A unique system-assigned identifier for an SFTP server instance.

Returns:

  • (String)


304
305
306
307
# File 'lib/aws-sdk-transfer/types.rb', line 304

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