Class: Aws::Types::PutMailboxPermissionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutMailboxPermissionsRequest
- 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.
-
#permission_values ⇒ ::Array[("FULL_ACCESS" | "SEND_AS" | "SEND_ON_BEHALF")]
Returns the value of attribute permission_values.
Instance Attribute Details
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
1286 1287 1288 |
# File 'sig/types.rbs', line 1286 def entity_id @entity_id end |
#grantee_id ⇒ ::String
Returns the value of attribute grantee_id.
1287 1288 1289 |
# File 'sig/types.rbs', line 1287 def grantee_id @grantee_id end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
1285 1286 1287 |
# File 'sig/types.rbs', line 1285 def organization_id @organization_id end |
#permission_values ⇒ ::Array[("FULL_ACCESS" | "SEND_AS" | "SEND_ON_BEHALF")]
Returns the value of attribute permission_values.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def end |