Class: Aws::Types::UpdateMailboxQuotaRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#mailbox_quota::Integer

Returns the value of attribute mailbox_quota.

Returns:



1488
1489
1490
# File 'sig/types.rbs', line 1488

def mailbox_quota
  @mailbox_quota
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:



1486
1487
1488
# File 'sig/types.rbs', line 1486

def organization_id
  @organization_id
end

#user_id::String

Returns the value of attribute user_id.

Returns:



1487
1488
1489
# File 'sig/types.rbs', line 1487

def user_id
  @user_id
end