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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mailbox_quotaInteger

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

Returns:

  • (Integer)


4151
4152
4153
4154
4155
4156
4157
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 4151

class UpdateMailboxQuotaRequest < Struct.new(
  :organization_id,
  :user_id,
  :mailbox_quota)
  SENSITIVE = []
  include Aws::Structure
end

#organization_idString

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

Returns:

  • (String)


4151
4152
4153
4154
4155
4156
4157
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 4151

class UpdateMailboxQuotaRequest < Struct.new(
  :organization_id,
  :user_id,
  :mailbox_quota)
  SENSITIVE = []
  include Aws::Structure
end

#user_idString

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

Returns:

  • (String)


4151
4152
4153
4154
4155
4156
4157
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 4151

class UpdateMailboxQuotaRequest < Struct.new(
  :organization_id,
  :user_id,
  :mailbox_quota)
  SENSITIVE = []
  include Aws::Structure
end