Class: Aws::Types::DeleteMailboxPermissionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteMailboxPermissionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#grantee_id ⇒ ::String
Returns the value of attribute grantee_id.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
Instance Attribute Details
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
295 296 297 |
# File 'sig/types.rbs', line 295 def entity_id @entity_id end |
#grantee_id ⇒ ::String
Returns the value of attribute grantee_id.
296 297 298 |
# File 'sig/types.rbs', line 296 def grantee_id @grantee_id end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
294 295 296 |
# File 'sig/types.rbs', line 294 def organization_id @organization_id end |