Class: Aws::WorkMail::Types::GetMailboxDetailsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::GetMailboxDetailsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mailbox_quota ⇒ Integer
The maximum allowed mailbox size, in MB, for the specified user.
-
#mailbox_size ⇒ Float
The current mailbox size, in MB, for the specified user.
Instance Attribute Details
#mailbox_quota ⇒ Integer
The maximum allowed mailbox size, in MB, for the specified user.
2514 2515 2516 2517 2518 2519 |
# File 'lib/aws-sdk-workmail/types.rb', line 2514 class GetMailboxDetailsResponse < Struct.new( :mailbox_quota, :mailbox_size) SENSITIVE = [] include Aws::Structure end |
#mailbox_size ⇒ Float
The current mailbox size, in MB, for the specified user.
2514 2515 2516 2517 2518 2519 |
# File 'lib/aws-sdk-workmail/types.rb', line 2514 class GetMailboxDetailsResponse < Struct.new( :mailbox_quota, :mailbox_size) SENSITIVE = [] include Aws::Structure end |