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

Class: Aws::WorkDocs::Types::UserMetadata

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

Overview

Describes the metadata of the user.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#email_addressString

The email address of the user.

Returns:

  • (String)

    The email address of the user.

#given_nameString

The given name of the user before a rename operation.

Returns:

  • (String)

    The given name of the user before a rename operation.

#idString

The ID of the user.

Returns:

  • (String)

    The ID of the user.

#surnameString

The surname of the user.

Returns:

  • (String)

    The surname of the user.

#usernameString

The name of the user.

Returns:

  • (String)

    The name of the user.