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

Class: Aws::WorkMail::Types::Member

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

Overview

The representation of a user or group.

Instance Attribute Summary collapse

Instance Attribute Details

#disabled_dateTime

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

Returns:

  • (Time)

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

#enabled_dateTime

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

Returns:

  • (Time)

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

#idString

The identifier of the member.

Returns:

  • (String)

    The identifier of the member.

#nameString

The name of the member.

Returns:

  • (String)

    The name of the member.

#stateString

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

Possible values:

  • ENABLED
  • DISABLED
  • DELETED

Returns:

  • (String)

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

#typeString

A member can be a user or group.

Possible values:

  • GROUP
  • USER

Returns:

  • (String)

    A member can be a user or group.