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

Class: Aws::WorkMail::Types::UpdateMailboxQuotaRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#mailbox_quotaInteger

The updated mailbox quota, in MB, for the specified user.

Returns:

  • (Integer)

    The updated mailbox quota, in MB, for the specified user.

#organization_idString

The identifier for the organization that contains the user for whom to update the mailbox quota.

Returns:

  • (String)

    The identifier for the organization that contains the user for whom to update the mailbox quota.

#user_idString

The identifer for the user for whom to update the mailbox quota.

Returns:

  • (String)

    The identifer for the user for whom to update the mailbox quota.