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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transfer/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)


1428
1429
1430
1431
1432
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1428

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