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

Class: Aws::WorkMail::Types::RegisterToWorkMailRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#emailString

The email for the user, group, or resource to be updated.

Returns:

  • (String)

    The email for the user, group, or resource to be updated.

#entity_idString

The identifier for the user, group, or resource to be updated.

Returns:

  • (String)

    The identifier for the user, group, or resource to be updated.

#organization_idString

The identifier for the organization under which the user, group, or resource exists.

Returns:

  • (String)

    The identifier for the organization under which the user, group, or resource exists.