Class: Aws::WorkMail::Types::ListMailboxPermissionsResponse

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

#next_tokenString

The token to use to retrieve the next page of results. The value is "null" when there are no more results to return.

Returns:

  • (String)


3225
3226
3227
3228
3229
3230
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3225

class ListMailboxPermissionsResponse < Struct.new(
  :permissions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#permissionsArray<Types::Permission>

One page of the user, group, or resource mailbox permissions.

Returns:



3225
3226
3227
3228
3229
3230
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3225

class ListMailboxPermissionsResponse < Struct.new(
  :permissions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end