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

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

#server_idString

A unique system-assigned identifier for a server instance.

Returns:

  • (String)


1466
1467
1468
1469
1470
# File 'lib/aws-sdk-transfer/types.rb', line 1466

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