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

Class: Aws::WorkMail::Types::DeleteAliasRequest

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

Overview

Note:

When passing DeleteAliasRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  organization_id: "OrganizationId", # required
  entity_id: "WorkMailIdentifier", # required
  alias: "EmailAddress", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#aliasString

The aliases to be removed from the user\'s set of aliases. Duplicate entries in the list are collapsed into single entries (the list is transformed into a set).

Returns:

  • (String)

    The aliases to be removed from the user\'s set of aliases.

#entity_idString

The identifier for the member (user or group) from which to have the aliases removed.

Returns:

  • (String)

    The identifier for the member (user or group) from which to have the aliases removed.

#organization_idString

The identifier for the organization under which the user exists.

Returns:

  • (String)

    The identifier for the organization under which the user exists.