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

Class: Aws::WorkMail::Types::CreateAliasRequest

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

Overview

Note:

When passing CreateAliasRequest 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 alias to add to the member set.

Returns:

  • (String)

    The alias to add to the member set.

#entity_idString

The member (user or group) to which this alias is added.

Returns:

  • (String)

    The member (user or group) to which this alias is added.

#organization_idString

The organization under which the member (user or group) exists.

Returns:

  • (String)

    The organization under which the member (user or group) exists.