Class: Aws::Types::GetMailboxDetailsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetMailboxDetailsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
708 709 710 |
# File 'sig/types.rbs', line 708 def organization_id @organization_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
709 710 711 |
# File 'sig/types.rbs', line 709 def user_id @user_id end |