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)


4830
4831
4832
4833
4834
4835
4836
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 4830

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)


4830
4831
4832
4833
4834
4835
4836
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 4830

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.

The identifier can be the UserId, Username, or email. The following identity formats are available:

  • User ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234

  • Email address: user@domain.tld

  • User name: user

Returns:

  • (String)


4830
4831
4832
4833
4834
4835
4836
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 4830

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