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

Class: Aws::WorkMail::Types::DeleteMailboxPermissionsRequest

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

Overview

Note:

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

{
  organization_id: "OrganizationId", # required
  entity_id: "WorkMailIdentifier", # required
  grantee_id: "WorkMailIdentifier", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#entity_idString

The identifier of the member (user or group) that owns the mailbox.

Returns:

  • (String)

    The identifier of the member (user or group) that owns the mailbox.

#grantee_idString

The identifier of the member (user or group) for which to delete granted permissions.

Returns:

  • (String)

    The identifier of the member (user or group) for which to delete granted permissions.

#organization_idString

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

Returns:

  • (String)

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