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

Class: Aws::WorkMail::Types::Group

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

Overview

The representation of an Amazon WorkMail group.

Instance Attribute Summary collapse

Instance Attribute Details

#disabled_dateTime

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

Returns:

  • (Time)

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

#emailString

The email of the group.

Returns:

  • (String)

    The email of the group.

#enabled_dateTime

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

Returns:

  • (Time)

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

#idString

The identifier of the group.

Returns:

  • (String)

    The identifier of the group.

#nameString

The name of the group.

Returns:

  • (String)

    The name of the group.

#stateString

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

Possible values:

  • ENABLED
  • DISABLED
  • DELETED

Returns:

  • (String)

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