Class: Aws::WorkMail::Types::DeleteMailboxPermissionsRequest

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 member (user or group) that owns the mailbox.

Returns:

  • (String)


826
827
828
829
830
831
832
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 826

class DeleteMailboxPermissionsRequest < Struct.new(
  :organization_id,
  :entity_id,
  :grantee_id)
  SENSITIVE = []
  include Aws::Structure
end

#grantee_idString

The identifier of the member (user or group) for which to delete granted permissions.

Returns:

  • (String)


826
827
828
829
830
831
832
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 826

class DeleteMailboxPermissionsRequest < Struct.new(
  :organization_id,
  :entity_id,
  :grantee_id)
  SENSITIVE = []
  include Aws::Structure
end

#organization_idString

The identifier of the organization under which the member (user or group) exists.

Returns:

  • (String)


826
827
828
829
830
831
832
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 826

class DeleteMailboxPermissionsRequest < Struct.new(
  :organization_id,
  :entity_id,
  :grantee_id)
  SENSITIVE = []
  include Aws::Structure
end