Class: Aws::WorkMail::Types::GetMailboxDetailsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#organization_idString

The identifier for the organization that contains the user whose mailbox details are being requested.

Returns:

  • (String)


2346
2347
2348
2349
2350
2351
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2346

class GetMailboxDetailsRequest < Struct.new(
  :organization_id,
  :user_id)
  SENSITIVE = []
  include Aws::Structure
end

#user_idString

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: user@domain.tld

  • User name: user

Returns:

  • (String)


2346
2347
2348
2349
2350
2351
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2346

class GetMailboxDetailsRequest < Struct.new(
  :organization_id,
  :user_id)
  SENSITIVE = []
  include Aws::Structure
end