class Aws::WorkMail::Types::ListMailboxPermissionsRequest

@note When making an API call, you may pass ListMailboxPermissionsRequest

data as a hash:

    {
      organization_id: "OrganizationId", # required
      entity_id: "WorkMailIdentifier", # required
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] organization_id

The identifier of the organization under which the user, group, or
resource exists.
@return [String]

@!attribute [rw] entity_id

The identifier of the user, group, or resource for which to list
mailbox permissions.
@return [String]

@!attribute [rw] next_token

The token to use to retrieve the next page of results. The first
call does not contain any tokens.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return in a single call.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/workmail-2017-10-01/ListMailboxPermissionsRequest AWS API Documentation

Constants

SENSITIVE