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

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

Returns:

  • (String)


5502
5503
5504
5505
5506
# File 'lib/aws-sdk-transfer/types.rb', line 5502

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