Class: Aws::Types::UpdateMailboxQuotaRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMailboxQuotaRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mailbox_quota ⇒ ::Integer
Returns the value of attribute mailbox_quota.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#mailbox_quota ⇒ ::Integer
Returns the value of attribute mailbox_quota.
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.
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.
1487 1488 1489 |
# File 'sig/types.rbs', line 1487 def user_id @user_id end |