Class: Aws::Transfer::Types::UpdateServerResponse

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 system-assigned unique identifier for a server that the Transfer Family user is assigned to.

Returns:

  • (String)


6240
6241
6242
6243
6244
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 6240

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