Class: Aws::Types::PutMailboxPermissionsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#entity_id::String

Returns the value of attribute entity_id.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



1288
1289
1290
# File 'sig/types.rbs', line 1288

def permission_values
  @permission_values
end