You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Transfer::Types::UpdateUserResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

UpdateUserResponse returns the user name and identifier for the request to update a user's properties.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#server_idString

A system-assigned unique identifier for a server instance that the user account is assigned to.

Returns:

  • (String)

    A system-assigned unique identifier for a server instance that the user account is assigned to.

#user_nameString

The unique identifier for a user that is assigned to a server instance that was specified in the request.

Returns:

  • (String)

    The unique identifier for a user that is assigned to a server instance that was specified in the request.