Method: Aws::Transfer::Types::UpdateAccessResponse#server_id
- Defined in:
- lib/aws-sdk-transfer/types.rb
#server_id ⇒ String
The identifier of the server that the user is attached to.
6110 6111 6112 6113 6114 6115 |
# File 'lib/aws-sdk-transfer/types.rb', line 6110 class UpdateAccessResponse < Struct.new( :server_id, :external_id) SENSITIVE = [] include Aws::Structure end |