Class: Aws::Types::ListMailboxPermissionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListMailboxPermissionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
Instance Attribute Details
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
978 979 980 |
# File 'sig/types.rbs', line 978 def entity_id @entity_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
980 981 982 |
# File 'sig/types.rbs', line 980 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
979 980 981 |
# File 'sig/types.rbs', line 979 def next_token @next_token end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
977 978 979 |
# File 'sig/types.rbs', line 977 def organization_id @organization_id end |