Class: Aws::WorkMail::Types::DeleteMailboxPermissionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::DeleteMailboxPermissionsRequest
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity_id ⇒ String
The identifier of the member (user or group) that owns the mailbox.
-
#grantee_id ⇒ String
The identifier of the member (user or group) for which to delete granted permissions.
-
#organization_id ⇒ String
The identifier of the organization under which the member (user or group) exists.
Instance Attribute Details
#entity_id ⇒ String
The identifier of the member (user or group) that owns the mailbox.
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_id ⇒ String
The identifier of the member (user or group) for which to delete granted permissions.
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_id ⇒ String
The identifier of the organization under which the member (user or group) exists.
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 |