Class: Aws::WorkMail::Types::ListMailboxPermissionsRequest

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

#entity_idString

The identifier of the user, or resource for which to list mailbox permissions.

The entity ID can accept UserId or ResourceId, Username or Resourcename, or email.

  • Entity ID: 12345678-1234-1234-1234-123456789012, or r-0123456789a0123456789b0123456789

  • Email address: entity@domain.tld

  • Entity name: entity

Returns:

  • (String)


3205
3206
3207
3208
3209
3210
3211
3212
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3205

class ListMailboxPermissionsRequest < Struct.new(
  :organization_id,
  :entity_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in a single call.

Returns:

  • (Integer)


3205
3206
3207
3208
3209
3210
3211
3212
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3205

class ListMailboxPermissionsRequest < Struct.new(
  :organization_id,
  :entity_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. The first call does not contain any tokens.

Returns:

  • (String)


3205
3206
3207
3208
3209
3210
3211
3212
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3205

class ListMailboxPermissionsRequest < Struct.new(
  :organization_id,
  :entity_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#organization_idString

The identifier of the organization under which the user, group, or resource exists.

Returns:

  • (String)


3205
3206
3207
3208
3209
3210
3211
3212
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3205

class ListMailboxPermissionsRequest < Struct.new(
  :organization_id,
  :entity_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end