class Aws::WorkMail::Types::UpdateMailboxQuotaRequest

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

data as a hash:

    {
      organization_id: "OrganizationId", # required
      user_id: "WorkMailIdentifier", # required
      mailbox_quota: 1, # required
    }

@!attribute [rw] organization_id

The identifier for the organization that contains the user for whom
to update the mailbox quota.
@return [String]

@!attribute [rw] user_id

The identifer for the user for whom to update the mailbox quota.
@return [String]

@!attribute [rw] mailbox_quota

The updated mailbox quota, in MB, for the specified user.
@return [Integer]

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

Constants

SENSITIVE