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

Class: Aws::WorkMail::Types::User

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

Overview

The representation of an Amazon WorkMail user.

Instance Attribute Summary collapse

Instance Attribute Details

#disabled_dateTime

The date indicating when the user was disabled from Amazon WorkMail use.

Returns:

  • (Time)

    The date indicating when the user was disabled from Amazon WorkMail use.

#display_nameString

The display name of the user.

Returns:

  • (String)

    The display name of the user.

#emailString

The email of the user.

Returns:

  • (String)

    The email of the user.

#enabled_dateTime

The date indicating when the user was enabled for Amazon WorkMail use.

Returns:

  • (Time)

    The date indicating when the user was enabled for Amazon WorkMail use.

#idString

The identifier of the user.

Returns:

  • (String)

    The identifier of the user.

#nameString

The name of the user.

Returns:

  • (String)

    The name of the user.

#stateString

The state of the user, which can be ENABLED, DISABLED, or DELETED.

Possible values:

  • ENABLED
  • DISABLED
  • DELETED

Returns:

  • (String)

    The state of the user, which can be ENABLED, DISABLED, or DELETED.

#user_roleString

The role of the user.

Possible values:

  • USER
  • RESOURCE
  • SYSTEM_USER

Returns:

  • (String)

    The role of the user.