Class: Aws::WorkMail::Types::GetMailboxDetailsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::GetMailboxDetailsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#organization_id ⇒ String
The identifier for the organization that contains the user whose mailbox details are being requested.
-
#user_id ⇒ String
The identifier for the user whose mailbox details are being requested.
Instance Attribute Details
#organization_id ⇒ String
The identifier for the organization that contains the user whose mailbox details are being requested.
2497 2498 2499 2500 2501 2502 |
# File 'lib/aws-sdk-workmail/types.rb', line 2497 class GetMailboxDetailsRequest < Struct.new( :organization_id, :user_id) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The identifier for the user whose mailbox details are being requested.
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: [email protected]
-
User name: user
2497 2498 2499 2500 2501 2502 |
# File 'lib/aws-sdk-workmail/types.rb', line 2497 class GetMailboxDetailsRequest < Struct.new( :organization_id, :user_id) SENSITIVE = [] include Aws::Structure end |