Class: Aws::WorkMail::Types::UpdateMailboxQuotaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::UpdateMailboxQuotaRequest
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mailbox_quota ⇒ Integer
The updated mailbox quota, in MB, for the specified user.
-
#organization_id ⇒ String
The identifier for the organization that contains the user for whom to update the mailbox quota.
-
#user_id ⇒ String
The identifer for the user for whom to update the mailbox quota.
Instance Attribute Details
#mailbox_quota ⇒ Integer
The updated mailbox quota, in MB, for the specified user.
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_id ⇒ String
The identifier for the organization that contains the user for whom to update the mailbox quota.
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_id ⇒ String
The identifer for the user for whom to update the mailbox quota.
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 |